Searched refs:responseCode (Results 1 – 13 of 13) sorted by relevance
176 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 …]
246 public int responseCode; field in HeaderSet257 responseCode = -1; in HeaderSet()704 if (responseCode == -1) { in getResponseCode()707 return responseCode; in getResponseCode()
158 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()
41 private GateKeeperResponse(int responseCode) { in GateKeeperResponse() argument42 mResponseCode = responseCode; in GateKeeperResponse()46 public static GateKeeperResponse createGenericResponse(int responseCode) { in createGenericResponse() argument47 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);
44 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() argument84 mResponseCode = responseCode; in VerifyCredentialResponse()
448 int responseCode = response.getResponseCode(); in unwrapPasswordBasedSyntheticPassword() local449 if (responseCode == GateKeeperResponse.RESPONSE_OK) { in unwrapPasswordBasedSyntheticPassword()462 } else if (responseCode == GateKeeperResponse.RESPONSE_RETRY) { in unwrapPasswordBasedSyntheticPassword()557 int responseCode = response.getResponseCode(); in verifyChallenge() local558 if (responseCode == GateKeeperResponse.RESPONSE_OK) { in verifyChallenge()573 } else if (responseCode == GateKeeperResponse.RESPONSE_RETRY) { in verifyChallenge()
1163 int responseCode = gateKeeperResponse.getResponseCode(); in convertResponse() local1164 if (responseCode == GateKeeperResponse.RESPONSE_RETRY) { in convertResponse()1166 } else if (responseCode == GateKeeperResponse.RESPONSE_OK) { in convertResponse()
37 private int responseCode = -1; field in TestEventHandler174 responseCode = code; in status()
447 public void sendResponse(RequestEvent event, int responseCode) in sendResponse() argument452 responseCode, request); in sendResponse()
META-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/ ...
42938 method public int responseCode();42998 field protected int responseCode;
55922 method public int responseCode();55982 field protected int responseCode;
59830 method public int responseCode();59890 field protected int responseCode;