Searched refs:runOnUserUnlocked (Results 1 – 5 of 5) sorted by relevance
51 LockedUserState(context).runOnUserUnlocked(action) in runOnUserUnlocked_runs_action_immediately_if_already_unlocked()60 state.runOnUserUnlocked(action) in runOnUserUnlocked_waits_to_run_action_until_user_is_unlocked()
75 fun runOnUserUnlocked(action: Runnable) { in runOnUserUnlocked() method in com.android.launcher3.util.LockedUserState
148 LockedUserState.get(context).runOnUserUnlocked(() -> { in LauncherAppState()
234 LockedUserState.get(context).runOnUserUnlocked(() -> in InvariantDeviceProfile()
598 LockedUserState.get(this).runOnUserUnlocked(this::onUserUnlocked); in onCreate()599 LockedUserState.get(this).runOnUserUnlocked(mTaskbarManager::onUserUnlocked); in onCreate()