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