Searched refs:getContentType (Results 1 - 16 of 16) sorted by relevance

/frameworks/base/core/java/com/android/internal/http/multipart/
H A DPartBase.java87 public String getContentType() { method in class:PartBase
H A DMultipartEntity.java193 * @see org.apache.commons.http.AbstractHttpEntity.#getContentType()
196 public Header getContentType() { method in class:MultipartEntity
H A DPart.java147 public abstract String getContentType(); method in class:Part
231 String contentType = getContentType();
/frameworks/opt/mms/src/java/com/google/android/mms/pdu/
H A DRetrieveConf.java82 public byte[] getContentType() { method in class:RetrieveConf
H A DSendReq.java154 public byte[] getContentType() { method in class:SendReq
H A DPduPart.java308 public byte[] getContentType() { method in class:PduPart
H A DPduComposer.java886 appendTextString(part.getContentType());
908 byte[] partContentType = part.getContentType();
H A DPduPersister.java697 return part.getContentType() == null ? null : toIsoString(part.getContentType());
998 byte[] contentType = sendReq.getContentType();
1095 if (part.getContentType() != null) {
1096 contentType = toIsoString(part.getContentType());
H A DPduParser.java171 byte[] contentType = retrieveConf.getContentType();
897 String partContentType = new String(part.getContentType());
1780 byte[] contentType = part.getContentType();
/frameworks/base/media/java/android/drm/mobile1/
H A DDrmRawContent.java210 public String getContentType() { method in class:DrmRawContent
/frameworks/base/core/java/android/provider/
H A DDrmStore.java145 String mimeType = content.getContentType();
/frameworks/base/core/tests/coretests/src/com/android/internal/http/multipart/
H A DMultipartTest.java53 Header h = me.getContentType();
/frameworks/support/volley/src/com/android/volley/toolbox/
H A DHurlStack.java128 entity.setContentType(connection.getContentType());
/frameworks/base/core/java/android/net/http/
H A DAndroidHttpClientConnection.java404 String contentTypeHeader = headers.getContentType();
H A DHeaders.java323 public String getContentType() { method in class:Headers
/frameworks/base/tests/CoreTests/android/core/
H A DTestEventHandler.java246 s = headers.getContentType();

Completed in 856 milliseconds