OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
;
62
} catch (
RequestThrottledException
ex) {
96
} catch (
RequestThrottledException
ex) {
132
} catch (
RequestThrottledException
ex) {
169
} catch (
RequestThrottledException
ex) {
203
} catch (
RequestThrottledException
ex) {
LockPatternUtils.java
186
public static final class
RequestThrottledException
extends Exception {
188
public
RequestThrottledException
(int timeoutMs) {
314
throws
RequestThrottledException
{
327
throw new
RequestThrottledException
(response.getTimeout());
343
throws
RequestThrottledException
{
352
throw new
RequestThrottledException
(response.getTimeout());
371
throws
RequestThrottledException
{
380
throw new
RequestThrottledException
(response.getTimeout());
400
int userId) throws
RequestThrottledException
{
410
throw new
RequestThrottledException
(response.getTimeout())
[
all
...]
/packages/apps/Settings/src/com/android/settings/
ChooseLockPattern.java
35
import com.android.internal.widget.LockPatternUtils.
RequestThrottledException
;
717
} catch (
RequestThrottledException
e) {
ChooseLockPassword.java
48
import com.android.internal.widget.LockPatternUtils.
RequestThrottledException
;
715
} catch (
RequestThrottledException
e) {
[
all
...]
/frameworks/base/
compiled-classes-phone
[
all
...]
Completed in 82 milliseconds