Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DILockSettings.aidl103 boolean tryUnlockWithCachedUnifiedChallenge(int userId); in tryUnlockWithCachedUnifiedChallenge() method
DLockPatternUtils.java1950 public boolean tryUnlockWithCachedUnifiedChallenge(int userId) { in tryUnlockWithCachedUnifiedChallenge() method in LockPatternUtils
1952 return getLockSettings().tryUnlockWithCachedUnifiedChallenge(userId); in tryUnlockWithCachedUnifiedChallenge()
/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsService.java3405 public boolean tryUnlockWithCachedUnifiedChallenge(int userId) {
/frameworks/base/services/core/java/com/android/server/pm/
DUserManagerService.java1807 mLockPatternUtils.tryUnlockWithCachedUnifiedChallenge(userId); in requestQuietModeEnabled()