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

/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/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) {
/frameworks/base/media/java/android/mtp/
H A DMtpConstants.java74 public static final int RESPONSE_OK = 0x2001; field in class:MtpConstants

Completed in 116 milliseconds