Home
last modified time | relevance | path

Searched refs:unlockedIntent (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DUserController.java674 final Intent unlockedIntent = new Intent(Intent.ACTION_USER_UNLOCKED); in finishUserUnlocked() local
675 unlockedIntent.putExtra(Intent.EXTRA_USER_HANDLE, userId); in finishUserUnlocked()
676 unlockedIntent.addFlags( in finishUserUnlocked()
678 mInjector.broadcastIntent(unlockedIntent, null, null, 0, null, in finishUserUnlocked()