Home
last modified time | relevance | path

Searched refs:hasPendingEscrowToken (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
H A DSyntheticPasswordTests.java237 assertFalse(mService.hasPendingEscrowToken(PRIMARY_USER_ID)); in testTokenBasedResetPassword()
240 assertTrue(mService.hasPendingEscrowToken(PRIMARY_USER_ID)); in testTokenBasedResetPassword()
245 assertFalse(mService.hasPendingEscrowToken(PRIMARY_USER_ID)); in testTokenBasedResetPassword()
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DILockSettings.aidl67 boolean hasPendingEscrowToken(int userId); in hasPendingEscrowToken() method
H A DLockPatternUtils.java1685 public boolean hasPendingEscrowToken(int userId) { in hasPendingEscrowToken() method in LockPatternUtils
1687 return getLockSettings().hasPendingEscrowToken(userId); in hasPendingEscrowToken()
/aosp12/packages/apps/Settings/src/com/android/settings/password/
H A DConfirmDeviceCredentialActivity.java326 .hasPendingEscrowToken(realUserId); in isBiometricAllowed()
/aosp12/frameworks/base/services/core/java/com/android/server/locksettings/
H A DLockSettingsService.java3293 public boolean hasPendingEscrowToken(int userId) {
/aosp12/frameworks/base/services/
H A Dart-profile23434 PLcom/android/server/locksettings/LockSettingsService;->hasPendingEscrowToken(I)Z