Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DLockPatternChecker.java5 import com.android.internal.widget.LockPatternUtils.RequestThrottledException;
83 } catch (RequestThrottledException ex) { in verifyPattern()
125 } catch (RequestThrottledException ex) { in checkPattern()
166 } catch (RequestThrottledException ex) { in verifyPassword()
203 } catch (RequestThrottledException ex) { in verifyTiedProfileChallenge()
237 } catch (RequestThrottledException ex) { in checkPassword()
DLockPatternUtils.java213 public static final class RequestThrottledException extends Exception { class in LockPatternUtils
215 public RequestThrottledException(int timeoutMs) { in RequestThrottledException() method in LockPatternUtils.RequestThrottledException
354 throws RequestThrottledException { in verifyCredential()
361 throw new RequestThrottledException(response.getTimeout()); in verifyCredential()
372 throws RequestThrottledException { in checkCredential()
380 throw new RequestThrottledException(response.getTimeout()); in checkCredential()
399 throws RequestThrottledException { in verifyPattern()
412 throws RequestThrottledException { in checkPattern()
424 throws RequestThrottledException { in checkPattern()
440 throws RequestThrottledException { in verifyPassword()
[all …]
/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsShellCommand.java29 import com.android.internal.widget.LockPatternUtils.RequestThrottledException;
191 } catch (RequestThrottledException e) { in checkCredential()