Searched refs:RequestThrottledException (Results 1 – 3 of 3) sorted by relevance
6 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()
217 public static final class RequestThrottledException extends Exception { class in LockPatternUtils220 public RequestThrottledException(int timeoutMs) { in RequestThrottledException() method in LockPatternUtils.RequestThrottledException369 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 …]
28 import com.android.internal.widget.LockPatternUtils.RequestThrottledException;258 } catch (RequestThrottledException e) { in checkCredential()