Home
last modified time | relevance | path

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

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