Searched refs:hasPendingEscrowToken (Results 1 – 5 of 5) sorted by relevance
244 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()
65 boolean hasPendingEscrowToken(int userId); in hasPendingEscrowToken() method
1821 public boolean hasPendingEscrowToken(int userId) { in hasPendingEscrowToken() method in LockPatternUtils1823 return getLockSettings().hasPendingEscrowToken(userId); in hasPendingEscrowToken()
3074 public boolean hasPendingEscrowToken(int userId) {
18658 PLcom/android/server/locksettings/LockSettingsService;->hasPendingEscrowToken(I)Z