Searched refs:unlockedIntent (Results 1 – 1 of 1) sorted by relevance
358 final Intent unlockedIntent = new Intent(Intent.ACTION_USER_UNLOCKED); in finishUserUnlocked() local359 unlockedIntent.putExtra(Intent.EXTRA_USER_HANDLE, userId); in finishUserUnlocked()360 unlockedIntent.addFlags( in finishUserUnlocked()362 mInjector.broadcastIntentLocked(unlockedIntent, null, null, 0, null, in finishUserUnlocked()