HomeSort by relevance Sort by last modified time
    Searched refs:RequestThrottledException (Results 1 - 5 of 5) sorted by null

  /frameworks/base/core/java/com/android/internal/widget/
LockPatternChecker.java 5 import com.android.internal.widget.LockPatternUtils.RequestThrottledException;
69 } catch (RequestThrottledException ex) {
103 } catch (RequestThrottledException ex) {
139 } catch (RequestThrottledException ex) {
176 } catch (RequestThrottledException ex) {
210 } catch (RequestThrottledException ex) {
LockPatternUtils.java 187 public static final class RequestThrottledException extends Exception {
189 public RequestThrottledException(int timeoutMs) {
317 throws RequestThrottledException {
330 throw new RequestThrottledException(response.getTimeout());
346 throws RequestThrottledException {
358 throws RequestThrottledException {
368 throw new RequestThrottledException(response.getTimeout());
387 throws RequestThrottledException {
396 throw new RequestThrottledException(response.getTimeout());
416 int userId) throws RequestThrottledException {
    [all...]
  /packages/apps/Settings/src/com/android/settings/
ChooseLockPattern.java 35 import com.android.internal.widget.LockPatternUtils.RequestThrottledException;
723 } catch (RequestThrottledException e) {
ChooseLockPassword.java 51 import com.android.internal.widget.LockPatternUtils.RequestThrottledException;
    [all...]
  /frameworks/base/
compiled-classes-phone     [all...]

Completed in 71 milliseconds