Home
last modified time | relevance | path

Searched refs:PendingResetLockout (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsService.java293 private class PendingResetLockout { class in LockSettingsService
296 PendingResetLockout(int userId, byte[] hat) { in PendingResetLockout() method in LockSettingsService.PendingResetLockout
1189 @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()