Searched refs:RESPONSE_RETRY (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/service/gatekeeper/
H A DGateKeeperResponse.java32 public static final int RESPONSE_RETRY = 1; field in class:GateKeeperResponse
51 GateKeeperResponse response = new GateKeeperResponse(RESPONSE_RETRY);
75 if (responseCode == RESPONSE_RETRY) {
102 if (mResponseCode == RESPONSE_RETRY) {
/frameworks/base/core/java/com/android/internal/widget/
H A DVerifyCredentialResponse.java32 public static final int RESPONSE_RETRY = 1; field in class:VerifyCredentialResponse
49 if (responseCode == RESPONSE_RETRY) {
82 mResponseCode = RESPONSE_RETRY;
95 if (mResponseCode == RESPONSE_RETRY) {
140 if (responseCode == GateKeeperResponse.RESPONSE_RETRY) {
H A DLockPatternUtils.java360 } else if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_RETRY) {
379 } else if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_RETRY) {
466 } else if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_RETRY) {
/frameworks/base/services/core/java/com/android/server/locksettings/
H A DSyntheticPasswordManager.java869 } else if (responseCode == GateKeeperResponse.RESPONSE_RETRY) {
1013 } else if (responseCode == GateKeeperResponse.RESPONSE_RETRY) {
H A DLockSettingsService.java1827 } else if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_RETRY) {
2402 } else if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_RETRY) {
2509 } else /* response == null || responseCode == VerifyCredentialResponse.RESPONSE_RETRY */ {

Completed in 61 milliseconds