Searched refs:hasPendingEscrowToken (Results 1 – 4 of 4) sorted by relevance
65 boolean hasPendingEscrowToken(int userId); in hasPendingEscrowToken() method
2055 public boolean hasPendingEscrowToken(int userId) {2057 return getLockSettings().hasPendingEscrowToken(userId);
346 assertFalse(mService.hasPendingEscrowToken(PRIMARY_USER_ID)); in testTokenBasedResetPassword()349 assertTrue(mService.hasPendingEscrowToken(PRIMARY_USER_ID)); in testTokenBasedResetPassword()354 assertFalse(mService.hasPendingEscrowToken(PRIMARY_USER_ID)); in testTokenBasedResetPassword()
2813 public boolean hasPendingEscrowToken(int userId) { in hasPendingEscrowToken() method in LockSettingsService