Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DILockSettings.aidl94 boolean tryUnlockWithCachedUnifiedChallenge(int userId); in tryUnlockWithCachedUnifiedChallenge() method
DLockPatternUtils.java1865 public boolean tryUnlockWithCachedUnifiedChallenge(int userId) { in tryUnlockWithCachedUnifiedChallenge() method in LockPatternUtils
1867 return getLockSettings().tryUnlockWithCachedUnifiedChallenge(userId); in tryUnlockWithCachedUnifiedChallenge()
/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsService.java3172 public boolean tryUnlockWithCachedUnifiedChallenge(int userId) {
/frameworks/base/services/core/java/com/android/server/pm/
DUserManagerService.java1022 mLockPatternUtils.tryUnlockWithCachedUnifiedChallenge(userId); in requestQuietModeEnabled()
/frameworks/base/services/
Dart-profile18727 PLcom/android/server/locksettings/LockSettingsService;->tryUnlockWithCachedUnifiedChallenge(I)Z