Searched refs:PendingResetLockout (Results 1 – 1 of 1) sorted by relevance
293 private class PendingResetLockout { class in LockSettingsService296 PendingResetLockout(int userId, byte[] hat) { in PendingResetLockout() method in LockSettingsService.PendingResetLockout1189 @Nullable ArrayList<PendingResetLockout> resetLockouts) in unlockChildProfile()1224 @Nullable ArrayList<PendingResetLockout> resetLockouts) { in unlockUser()1831 @Nullable ArrayList<PendingResetLockout> resetLockouts) throws RemoteException { in doVerifyCredential()2553 @Nullable ArrayList<PendingResetLockout> resetLockouts) throws RemoteException { in spBasedDoVerifyCredential()2619 resetLockouts.add(new PendingResetLockout(userId, response.getPayload())); in spBasedDoVerifyCredential()