Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DUserController.java738 final Intent profileUnlockedIntent = new Intent( in finishUserUnlocked() local
740 profileUnlockedIntent.putExtra(Intent.EXTRA_USER, UserHandle.of(userId)); in finishUserUnlocked()
741 profileUnlockedIntent.addFlags( in finishUserUnlocked()
744 mInjector.broadcastIntent(profileUnlockedIntent, in finishUserUnlocked()