Searched refs:getResponseCode (Results 1 - 21 of 21) sorted by relevance

/frameworks/av/media/mtp/
H A DMtpResponsePacket.h41 inline MtpResponseCode getResponseCode() const { return getContainerCode(); } function in class:android::MtpResponsePacket
H A DMtpDevice.cpp705 return mResponse.getResponseCode() == MTP_RESPONSE_OK;
885 return mResponse.getResponseCode();
894 return mResponse.getResponseCode();
H A DMtpServer.cpp215 ALOGV("sending response %04X", mResponse.getResponseCode());
/frameworks/base/obex/javax/obex/
H A DOperation.java108 * <code>getResponseCode()</code> will do an implicit close on the
113 * will be set.) A call to <code>getResponseCode()</code> will cause an implicit
160 int getResponseCode() throws IOException; method in interface:Operation
H A DHeaderSet.java703 public int getResponseCode() throws IOException { method in class:HeaderSet
H A DClientOperation.java209 public synchronized int getResponseCode() throws IOException { method in class:ClientOperation
H A DClientSession.java218 op.getResponseCode();
H A DServerOperation.java686 public int getResponseCode() throws IOException { method in class:ServerOperation
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMasRequestSetPath.java66 mResponseCode = hs.getResponseCode();
H A DBluetoothMasRequest.java120 mResponseCode = op.getResponseCode();
143 mResponseCode = op.getResponseCode();
H A DBluetoothMasObexClientSession.java143 if (headerset.getResponseCode() == ResponseCodes.OBEX_HTTP_OK) {
/frameworks/base/core/java/android/service/gatekeeper/
H A DGateKeeperResponse.java104 public int getResponseCode() { method in class:GateKeeperResponse
/frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/
H A DURLFetcher.java107 if (connection.getResponseCode() != HttpURLConnection.HTTP_OK) {
108 Log.e(TAG, "The responses code is not 200 but " + connection.getResponseCode());
/frameworks/base/core/java/com/android/internal/widget/
H A DVerifyCredentialResponse.java115 public int getResponseCode() { method in class:VerifyCredentialResponse
H A DLockPatternUtils.java327 if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_OK) {
329 } else if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_RETRY) {
365 if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_OK) {
367 } else if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_RETRY) {
393 if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_OK) {
395 } else if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_RETRY) {
423 if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_OK) {
425 } else if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_RETRY) {
458 if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_OK) {
460 } else if (response.getResponseCode()
[all...]
/frameworks/volley/src/main/java/com/android/volley/toolbox/
H A DHurlStack.java110 int responseCode = connection.getResponseCode();
112 // -1 is returned by getResponseCode() if the response code could not be retrieved.
117 connection.getResponseCode(), connection.getResponseMessage());
/frameworks/base/services/core/java/com/android/server/location/
H A DGpsXtraDownloader.java126 int statusCode = connection.getResponseCode();
/frameworks/base/services/core/java/com/android/server/
H A DLockSettingsService.java1111 if (vcr.getResponseCode() != VerifyCredentialResponse.RESPONSE_OK) {
1113 + vcr.getResponseCode());
1272 if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_OK
1306 if (parentResponse.getResponseCode() != VerifyCredentialResponse.RESPONSE_OK) {
1404 int responseCode = gateKeeperResponse.getResponseCode();
1421 if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_OK) {
1443 } else if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_RETRY) {
1484 if (checkPattern(password, userId, null /* progressCallback */).getResponseCode()
1494 if (checkPassword(password, userId, null /* progressCallback */).getResponseCode()
/frameworks/base/media/java/android/media/
H A DMediaHTTPConnection.java205 response = mConnection.getResponseCode();
/frameworks/base/packages/CaptivePortalLogin/src/com/android/captiveportallogin/
H A DCaptivePortalLoginActivity.java239 httpResponseCode = urlConnection.getResponseCode();
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DNetworkMonitor.java752 httpResponseCode = urlConnection.getResponseCode();

Completed in 381 milliseconds