Searched defs:unlocked (Results 1 – 4 of 4) sorted by relevance
36 oneway void playUnlockAnimation(boolean unlocked, long duration, long startDelay); in playUnlockAnimation()
167 ConditionVariable unlocked = new ConditionVariable(false); in testOnUnlockUser_forNonSystemUserWhenBackupsDisabled_doesNotStartUser() local181 ConditionVariable unlocked = new ConditionVariable(false); in testOnUnlockUser_forSystemUserWhenBackupsDisabled_doesNotStartUser() local196 ConditionVariable unlocked = new ConditionVariable(false); in testOnUnlockUser_whenBackupNotActivated_doesNotStartUser() local
754 void setUnlocked(boolean unlocked) { in setUnlocked()
8534 private void setUserUnlocked(int userHandle, boolean unlocked) { in setUserUnlocked()