Searched refs:getResponseCode (Results 1 - 11 of 11) 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.cpp819 return mResponse.getResponseCode();
828 return mResponse.getResponseCode();
H A DMtpServer.cpp213 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 DClientOperation.java169 public synchronized int getResponseCode() throws IOException { method in class:ClientOperation
H A DClientSession.java177 op.getResponseCode();
H A DHeaderSet.java621 public int getResponseCode() throws IOException { method in class:HeaderSet
H A DServerOperation.java553 public int getResponseCode() throws IOException { method in class:ServerOperation
/frameworks/volley/src/com/android/volley/toolbox/
H A DHurlStack.java109 int responseCode = connection.getResponseCode();
111 // -1 is returned by getResponseCode() if the response code could not be retrieved.
116 connection.getResponseCode(), connection.getResponseMessage());
/frameworks/base/core/java/android/net/
H A DCaptivePortalTracker.java339 return urlConnection.getResponseCode() != 204;
/frameworks/base/services/java/com/android/server/
H A DConnectivityService.java3830 int responseCode = urlConn.getResponseCode();

Completed in 198 milliseconds