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.java6 import com.android.internal.widget.LockPatternUtils.RequestThrottledException;
84 } catch (RequestThrottledException ex) { in verifyPattern()
126 } catch (RequestThrottledException ex) { in checkPattern()
188 } catch (RequestThrottledException ex) { in verifyPassword()
225 } catch (RequestThrottledException ex) { in verifyTiedProfileChallenge()
278 } catch (RequestThrottledException ex) { in checkPassword()
DLockPatternUtils.java217 public static final class RequestThrottledException extends Exception { class in LockPatternUtils
220 public RequestThrottledException(int timeoutMs) { in RequestThrottledException() method in LockPatternUtils.RequestThrottledException
369 throws RequestThrottledException { in verifyCredential()
376 throw new RequestThrottledException(response.getTimeout()); in verifyCredential()
387 throws RequestThrottledException { in checkCredential()
395 throw new RequestThrottledException(response.getTimeout()); in checkCredential()
414 throws RequestThrottledException { in verifyPattern()
427 throws RequestThrottledException { in checkPattern()
439 throws RequestThrottledException { in checkPattern()
455 throws RequestThrottledException { in verifyPassword()
[all …]
/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsShellCommand.java28 import com.android.internal.widget.LockPatternUtils.RequestThrottledException;
258 } catch (RequestThrottledException e) { in checkCredential()