Searched refs:RequestThrottledException (Results 1 – 5 of 5) sorted by relevance
5 import com.android.internal.widget.LockPatternUtils.RequestThrottledException;74 } catch (RequestThrottledException ex) { in verifyCredential()116 } catch (RequestThrottledException ex) { in checkCredential()162 } catch (RequestThrottledException ex) { in verifyTiedProfileChallenge()
221 public static final class RequestThrottledException extends Exception { class in LockPatternUtils224 public RequestThrottledException(int timeoutMs) { in RequestThrottledException() method in LockPatternUtils.RequestThrottledException385 int userId) throws RequestThrottledException { in verifyCredential()393 throw new RequestThrottledException(response.getTimeout()); in verifyCredential()416 throws RequestThrottledException { in checkCredential()425 throw new RequestThrottledException(response.getTimeout()); in checkCredential()450 long challenge, int userId) throws RequestThrottledException { in verifyTiedProfileChallenge()459 throw new RequestThrottledException(response.getTimeout()); in verifyTiedProfileChallenge()
30 import com.android.internal.widget.LockPatternUtils.RequestThrottledException;323 } catch (RequestThrottledException e) { in checkCredential()
9540 com.android.internal.widget.LockPatternUtils$RequestThrottledException
50659 Lcom/android/internal/widget/LockPatternUtils$RequestThrottledException;