Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DUserController.java494 final Intent profileUnlockedIntent = new Intent( in finishUserUnlocked() local
496 profileUnlockedIntent.putExtra(Intent.EXTRA_USER, UserHandle.of(userId)); in finishUserUnlocked()
497 profileUnlockedIntent.addFlags( in finishUserUnlocked()
500 mInjector.broadcastIntent(profileUnlockedIntent, in finishUserUnlocked()