Home
last modified time | relevance | path

Searched refs:getResponseCode (Results 1 – 25 of 26) sorted by relevance

12

/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
DBluetoothMasRequest.java120 mResponseCode = op.getResponseCode(); in executeGet()
143 mResponseCode = op.getResponseCode(); in executePut()
DBluetoothMasRequestSetPath.java66 mResponseCode = hs.getResponseCode(); in execute()
DBluetoothMasObexClientSession.java143 if (headerset.getResponseCode() == ResponseCodes.OBEX_HTTP_OK) { in connect()
/frameworks/base/core/java/com/android/internal/widget/
DLockPatternUtils.java324 if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_OK) { in verifyPattern()
326 } else if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_RETRY) { in verifyPattern()
349 if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_OK) { in checkPattern()
351 } else if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_RETRY) { in checkPattern()
377 if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_OK) { in verifyPassword()
379 } else if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_RETRY) { in verifyPassword()
407 if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_OK) { in verifyTiedProfileChallenge()
409 } else if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_RETRY) { in verifyTiedProfileChallenge()
430 if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_OK) { in checkPassword()
432 } else if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_RETRY) { in checkPassword()
DVerifyCredentialResponse.java115 public int getResponseCode() { in getResponseCode() method in VerifyCredentialResponse
/frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/
DURLFetcher.java107 if (connection.getResponseCode() != HttpURLConnection.HTTP_OK) { in getWebContentFromUrl()
108 Log.e(TAG, "The responses code is not 200 but " + connection.getResponseCode()); in getWebContentFromUrl()
/frameworks/av/media/mtp/
DMtpResponsePacket.h41 inline MtpResponseCode getResponseCode() const { return getContainerCode(); } in getResponseCode() function
DMtpDevice.cpp705 return mResponse.getResponseCode() == MTP_RESPONSE_OK; in readData()
885 return mResponse.getResponseCode(); in readResponse()
894 return mResponse.getResponseCode(); in readResponse()
DMtpServer.cpp215 ALOGV("sending response %04X", mResponse.getResponseCode()); in run()
/frameworks/base/obex/javax/obex/
DOperation.java160 int getResponseCode() throws IOException; in getResponseCode() method
DHeaderSet.java703 public int getResponseCode() throws IOException { in getResponseCode() method in HeaderSet
DClientSession.java218 op.getResponseCode(); in delete()
DClientOperation.java209 public synchronized int getResponseCode() throws IOException { in getResponseCode() method in ClientOperation
DServerOperation.java686 public int getResponseCode() throws IOException { in getResponseCode() method in ServerOperation
/frameworks/volley/src/main/java/com/android/volley/toolbox/
DHurlStack.java110 int responseCode = connection.getResponseCode(); in performRequest()
117 connection.getResponseCode(), connection.getResponseMessage()); in performRequest()
/frameworks/base/core/java/android/service/gatekeeper/
DGateKeeperResponse.java104 public int getResponseCode() { in getResponseCode() method in GateKeeperResponse
/frameworks/base/services/core/java/com/android/server/
DLockSettingsService.java1106 if (vcr.getResponseCode() != VerifyCredentialResponse.RESPONSE_OK) { in setUserKeyProtection()
1108 + vcr.getResponseCode()); in setUserKeyProtection()
1255 if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_OK in doVerifyPattern()
1287 if (parentResponse.getResponseCode() != VerifyCredentialResponse.RESPONSE_OK) { in verifyTiedProfileChallenge()
1376 int responseCode = gateKeeperResponse.getResponseCode();
1393 if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_OK) {
1409 } else if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_RETRY) {
1450 if (checkPattern(password, userId).getResponseCode()
1460 if (checkPassword(password, userId).getResponseCode()
/frameworks/base/services/core/java/com/android/server/location/
DGpsXtraDownloader.java121 int statusCode = connection.getResponseCode(); in doDownload()
/frameworks/base/media/java/android/media/
DMediaHTTPConnection.java205 response = mConnection.getResponseCode(); in seekTo()
/frameworks/base/packages/CaptivePortalLogin/src/com/android/captiveportallogin/
DCaptivePortalLoginActivity.java238 httpResponseCode = urlConnection.getResponseCode(); in testForCaptivePortal()
/frameworks/base/docs/html/training/basics/network-ops/
Dconnecting.jd231 int response = conn.getResponseCode();
248 <p>Note that the method <code>getResponseCode()</code> returns the connection's
/frameworks/base/services/core/java/com/android/server/connectivity/
DNetworkMonitor.java819 httpResponseCode = urlConnection.getResponseCode(); in sendHttpProbe()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt42948 method public int getResponseCode() throws java.io.IOException;
/frameworks/base/api/
Dcurrent.txt52365 method public int getResponseCode() throws java.io.IOException;
Dtest-current.txt52445 method public int getResponseCode() throws java.io.IOException;

12