Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/util/
DLockedUserState.kt43 private val mUserUnlockedActions: RunnableList = RunnableList() constant
81 mUserUnlockedActions.executeAllAndDestroy() in checkIsUserUnlocked()
90 mUserUnlockedActions.add(action) in runOnUserUnlocked()
95 mUserUnlockedActions.remove(action) in removeOnUserUnlockedRunnable()