OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RESPONSE_RETRY
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/core/java/com/android/internal/widget/
VerifyCredentialResponse.java
30
public static final int
RESPONSE_RETRY
= 1;
46
if (responseCode ==
RESPONSE_RETRY
) {
79
mResponseCode =
RESPONSE_RETRY
;
92
if (mResponseCode ==
RESPONSE_RETRY
) {
LockPatternUtils.java
329
} else if (response.getResponseCode() == VerifyCredentialResponse.
RESPONSE_RETRY
) {
367
} else if (response.getResponseCode() == VerifyCredentialResponse.
RESPONSE_RETRY
) {
395
} else if (response.getResponseCode() == VerifyCredentialResponse.
RESPONSE_RETRY
) {
425
} else if (response.getResponseCode() == VerifyCredentialResponse.
RESPONSE_RETRY
) {
460
} else if (response.getResponseCode() == VerifyCredentialResponse.
RESPONSE_RETRY
) {
[
all
...]
/frameworks/base/core/java/android/service/gatekeeper/
GateKeeperResponse.java
30
public static final int
RESPONSE_RETRY
= 1;
57
if (responseCode ==
RESPONSE_RETRY
) {
81
if (mResponseCode ==
RESPONSE_RETRY
) {
/frameworks/base/services/core/java/com/android/server/
LockSettingsService.java
[
all
...]
Completed in 53 milliseconds