Searched refs:RequestThrottledException (Results 1 – 3 of 3) sorted by relevance
5 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()
213 public static final class RequestThrottledException extends Exception { class in LockPatternUtils215 public RequestThrottledException(int timeoutMs) { in RequestThrottledException() method in LockPatternUtils.RequestThrottledException354 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 …]
29 import com.android.internal.widget.LockPatternUtils.RequestThrottledException;191 } catch (RequestThrottledException e) { in checkCredential()