Searched defs:RESPONSE_OK (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/service/gatekeeper/
H A DGateKeeperResponse.java31 public static final int RESPONSE_OK = 0; field in class:GateKeeperResponse
58 GateKeeperResponse response = new GateKeeperResponse(RESPONSE_OK);
77 } else if (responseCode == RESPONSE_OK) {
104 } else if (mResponseCode == RESPONSE_OK) {
/frameworks/base/core/java/com/android/internal/widget/
H A DVerifyCredentialResponse.java31 public static final int RESPONSE_OK = 0; field in class:VerifyCredentialResponse
51 } else if (responseCode == RESPONSE_OK) {
70 mResponseCode = RESPONSE_OK;
77 mResponseCode = RESPONSE_OK;
97 } else if (mResponseCode == RESPONSE_OK) {
142 } else if (responseCode == GateKeeperResponse.RESPONSE_OK) {
/frameworks/base/media/java/android/mtp/
H A DMtpConstants.java74 public static final int RESPONSE_OK = 0x2001; field in class:MtpConstants

Completed in 112 milliseconds