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

  /frameworks/base/core/java/com/android/internal/widget/
LockPatternChecker.java 5 import com.android.internal.widget.LockPatternUtils.RequestThrottledException;
83 } catch (RequestThrottledException ex) {
125 } catch (RequestThrottledException ex) {
166 } catch (RequestThrottledException ex) {
203 } catch (RequestThrottledException ex) {
237 } catch (RequestThrottledException ex) {
LockPatternUtils.java 203 public static final class RequestThrottledException extends Exception {
205 public RequestThrottledException(int timeoutMs) {
344 throws RequestThrottledException {
351 throw new RequestThrottledException(response.getTimeout());
362 throws RequestThrottledException {
370 throw new RequestThrottledException(response.getTimeout());
389 throws RequestThrottledException {
402 throws RequestThrottledException {
414 throws RequestThrottledException {
430 throws RequestThrottledException {
    [all...]
  /frameworks/base/services/core/java/com/android/server/locksettings/
LockSettingsShellCommand.java 29 import com.android.internal.widget.LockPatternUtils.RequestThrottledException;
191 } catch (RequestThrottledException e) {
  /packages/apps/Settings/src/com/android/settings/password/
ChooseLockPattern.java 37 import com.android.internal.widget.LockPatternUtils.RequestThrottledException;
772 } catch (RequestThrottledException e) {
ChooseLockPassword.java 60 import com.android.internal.widget.LockPatternUtils.RequestThrottledException;
    [all...]
  /frameworks/base/config/
compiled-classes-phone     [all...]

Completed in 270 milliseconds