Searched refs:RESPONSE_OK (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
H A DVerifyCredentialResponse.java29 public static final int RESPONSE_OK = 0; field in class:VerifyCredentialResponse
48 } else if (responseCode == RESPONSE_OK) {
67 mResponseCode = RESPONSE_OK;
74 mResponseCode = RESPONSE_OK;
94 } else if (mResponseCode == RESPONSE_OK) {
H A DLockPatternUtils.java324 if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_OK) {
349 if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_OK) {
377 if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_OK) {
407 if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_OK) {
430 if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_OK) {
/frameworks/base/core/java/android/service/gatekeeper/
H A DGateKeeperResponse.java29 public static final int RESPONSE_OK = 0; field in class:GateKeeperResponse
59 } else if (responseCode == RESPONSE_OK) {
83 } else if (mResponseCode == RESPONSE_OK) {
/frameworks/base/media/java/android/mtp/
H A DMtpDatabase.java833 return MtpConstants.RESPONSE_OK;
859 return MtpConstants.RESPONSE_OK;
870 return MtpConstants.RESPONSE_OK;
886 return (e.commit() ? MtpConstants.RESPONSE_OK
940 return MtpConstants.RESPONSE_OK;
954 return MtpConstants.RESPONSE_OK;
1036 return MtpConstants.RESPONSE_OK;
1089 return MtpConstants.RESPONSE_OK;
H A DMtpConstants.java74 public static final int RESPONSE_OK = 0x2001; field in class:MtpConstants
H A DMtpPropertyGroup.java344 MtpConstants.RESPONSE_OK);
/frameworks/base/services/core/java/com/android/server/
H A DLockSettingsService.java1106 if (vcr.getResponseCode() != VerifyCredentialResponse.RESPONSE_OK) {
1255 if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_OK
1287 if (parentResponse.getResponseCode() != VerifyCredentialResponse.RESPONSE_OK) {
1379 } else if (responseCode == GateKeeperResponse.RESPONSE_OK) {
1393 if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_OK) {
1451 == GateKeeperResponse.RESPONSE_OK) {
1461 == GateKeeperResponse.RESPONSE_OK) {

Completed in 124 milliseconds