Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DLockPatternChecker.java5 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()
DLockPatternUtils.java221 public static final class RequestThrottledException extends Exception { class in LockPatternUtils
224 public RequestThrottledException(int timeoutMs) { in RequestThrottledException() method in LockPatternUtils.RequestThrottledException
385 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()
/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsShellCommand.java30 import com.android.internal.widget.LockPatternUtils.RequestThrottledException;
323 } catch (RequestThrottledException e) { in checkCredential()
/frameworks/base/config/
Dpreloaded-classes9540 com.android.internal.widget.LockPatternUtils$RequestThrottledException
Dboot-image-profile.txt50659 Lcom/android/internal/widget/LockPatternUtils$RequestThrottledException;