Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
DSyntheticPasswordTests.java244 assertFalse(mService.hasPendingEscrowToken(PRIMARY_USER_ID)); in testTokenBasedResetPassword()
247 assertTrue(mService.hasPendingEscrowToken(PRIMARY_USER_ID)); in testTokenBasedResetPassword()
251 assertFalse(mService.hasPendingEscrowToken(PRIMARY_USER_ID)); in testTokenBasedResetPassword()
/frameworks/base/core/java/com/android/internal/widget/
DILockSettings.aidl65 boolean hasPendingEscrowToken(int userId); in hasPendingEscrowToken() method
DLockPatternUtils.java1821 public boolean hasPendingEscrowToken(int userId) { in hasPendingEscrowToken() method in LockPatternUtils
1823 return getLockSettings().hasPendingEscrowToken(userId); in hasPendingEscrowToken()
/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsService.java3074 public boolean hasPendingEscrowToken(int userId) {
/frameworks/base/services/
Dart-profile18658 PLcom/android/server/locksettings/LockSettingsService;->hasPendingEscrowToken(I)Z