Searched refs:hasPendingEscrowToken (Results 1 – 6 of 6) sorted by relevance
237 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()
67 boolean hasPendingEscrowToken(int userId); in hasPendingEscrowToken() method
1685 public boolean hasPendingEscrowToken(int userId) { in hasPendingEscrowToken() method in LockPatternUtils1687 return getLockSettings().hasPendingEscrowToken(userId); in hasPendingEscrowToken()
326 .hasPendingEscrowToken(realUserId); in isBiometricAllowed()
3293 public boolean hasPendingEscrowToken(int userId) {
23434 PLcom/android/server/locksettings/LockSettingsService;->hasPendingEscrowToken(I)Z