Searched refs:tryUnlockWithCachedUnifiedChallenge (Results 1 – 5 of 5) sorted by relevance
94 boolean tryUnlockWithCachedUnifiedChallenge(int userId); in tryUnlockWithCachedUnifiedChallenge() method
1865 public boolean tryUnlockWithCachedUnifiedChallenge(int userId) { in tryUnlockWithCachedUnifiedChallenge() method in LockPatternUtils1867 return getLockSettings().tryUnlockWithCachedUnifiedChallenge(userId); in tryUnlockWithCachedUnifiedChallenge()
3172 public boolean tryUnlockWithCachedUnifiedChallenge(int userId) {
1022 mLockPatternUtils.tryUnlockWithCachedUnifiedChallenge(userId); in requestQuietModeEnabled()
18727 PLcom/android/server/locksettings/LockSettingsService;->tryUnlockWithCachedUnifiedChallenge(I)Z