Home
last modified time | relevance | path

Searched refs:responseCode (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/obex/javax/obex/
DClientOperation.java176 if ((mOperationDone) && (mReplyHeader.responseCode != ResponseCodes.OBEX_HTTP_CONTINUE)) { in abort()
181 if ((!mOperationDone) && (mReplyHeader.responseCode == ResponseCodes.OBEX_HTTP_CONTINUE)) { in abort()
189 if (mReplyHeader.responseCode != ResponseCodes.OBEX_HTTP_OK) { in abort()
210 if ((mReplyHeader.responseCode == -1) in getResponseCode()
211 || (mReplyHeader.responseCode == ResponseCodes.OBEX_HTTP_CONTINUE)) { in getResponseCode()
215 return mReplyHeader.responseCode; in getResponseCode()
427 if (mPrivateInput == null || mReplyHeader.responseCode == -1) { in validateConnection()
493 if (mReplyHeader.responseCode != ResponseCodes.OBEX_HTTP_CONTINUE) { in sendRequest()
636 mReplyHeader.responseCode = ResponseCodes.OBEX_HTTP_CONTINUE; in startProcessing()
637 while ((more) && (mReplyHeader.responseCode == in startProcessing()
[all …]
DHeaderSet.java246 public int responseCode; field in HeaderSet
257 responseCode = -1; in HeaderSet()
704 if (responseCode == -1) { in getResponseCode()
707 return responseCode; in getResponseCode()
DClientSession.java158 if (returnHeaderSet.responseCode == ResponseCodes.OBEX_HTTP_OK) { in connect()
512 header.responseCode = mInput.read(); in sendRequest()
584 if ((header.responseCode == ResponseCodes.OBEX_HTTP_UNAUTHORIZED) in sendRequest()
/frameworks/base/core/java/android/service/gatekeeper/
DGateKeeperResponse.java41 private GateKeeperResponse(int responseCode) { in GateKeeperResponse() argument
42 mResponseCode = responseCode; in GateKeeperResponse()
46 public static GateKeeperResponse createGenericResponse(int responseCode) { in createGenericResponse() argument
47 return new GateKeeperResponse(responseCode); in createGenericResponse()
73 int responseCode = source.readInt();
75 if (responseCode == RESPONSE_RETRY) {
77 } else if (responseCode == RESPONSE_OK) {
87 response = createGenericResponse(responseCode);
/frameworks/base/core/java/com/android/internal/widget/
DVerifyCredentialResponse.java44 int responseCode = source.readInt();
45 VerifyCredentialResponse response = new VerifyCredentialResponse(responseCode, 0, null);
46 if (responseCode == RESPONSE_RETRY) {
48 } else if (responseCode == RESPONSE_OK) {
83 private VerifyCredentialResponse(int responseCode, int timeout, byte[] payload) { in VerifyCredentialResponse() argument
84 mResponseCode = responseCode; in VerifyCredentialResponse()
/frameworks/base/services/core/java/com/android/server/
DSyntheticPasswordManager.java448 int responseCode = response.getResponseCode(); in unwrapPasswordBasedSyntheticPassword() local
449 if (responseCode == GateKeeperResponse.RESPONSE_OK) { in unwrapPasswordBasedSyntheticPassword()
462 } else if (responseCode == GateKeeperResponse.RESPONSE_RETRY) { in unwrapPasswordBasedSyntheticPassword()
557 int responseCode = response.getResponseCode(); in verifyChallenge() local
558 if (responseCode == GateKeeperResponse.RESPONSE_OK) { in verifyChallenge()
573 } else if (responseCode == GateKeeperResponse.RESPONSE_RETRY) { in verifyChallenge()
DLockSettingsService.java1163 int responseCode = gateKeeperResponse.getResponseCode(); in convertResponse() local
1164 if (responseCode == GateKeeperResponse.RESPONSE_RETRY) { in convertResponse()
1166 } else if (responseCode == GateKeeperResponse.RESPONSE_OK) { in convertResponse()
/frameworks/base/tests/CoreTests/android/core/
DTestEventHandler.java37 private int responseCode = -1; field in TestEventHandler
174 responseCode = code; in status()
/frameworks/opt/net/voip/src/java/com/android/server/sip/
DSipHelper.java447 public void sendResponse(RequestEvent event, int responseCode) in sendResponse() argument
452 responseCode, request); in sendResponse()
/frameworks/support/samples/SupportLeanbackShowcase/libs/
Dpicasso-2.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/ ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt42938 method public int responseCode();
42998 field protected int responseCode;
/frameworks/base/api/
Dcurrent.txt55922 method public int responseCode();
55982 field protected int responseCode;
Dsystem-current.txt59830 method public int responseCode();
59890 field protected int responseCode;