Home
last modified time | relevance | path

Searched defs:contentType (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/core/java/com/google/android/mms/
DContentType.java162 public static boolean isSupportedType(String contentType) { in isSupportedType()
166 public static boolean isSupportedImageType(String contentType) { in isSupportedImageType()
170 public static boolean isSupportedAudioType(String contentType) { in isSupportedAudioType()
174 public static boolean isSupportedVideoType(String contentType) { in isSupportedVideoType()
178 public static boolean isTextType(String contentType) { in isTextType()
182 public static boolean isImageType(String contentType) { in isImageType()
186 public static boolean isAudioType(String contentType) { in isAudioType()
190 public static boolean isVideoType(String contentType) { in isVideoType()
194 public static boolean isDrmType(String contentType) { in isDrmType()
200 public static boolean isUnspecified(String contentType) { in isUnspecified()
/frameworks/base/core/java/com/android/internal/http/multipart/
DPartBase.java45 private String contentType; field in PartBase
61 public PartBase(String name, String contentType, String charSet, String transferEncoding) { in PartBase()
124 public void setContentType(String contentType) { in setContentType()
DFilePart.java91 public FilePart(String name, PartSource partSource, String contentType, String charset) { in FilePart()
143 public FilePart(String name, File file, String contentType, String charset) in FilePart()
177 public FilePart(String name, String fileName, File file, String contentType, String charset) in FilePart()
DPart.java231 String contentType = getContentType(); in sendContentTypeHeader() local
/frameworks/base/core/java/android/webkit/
DDataLoader.java47 String contentType = url.substring(0, commaIndex); in DataLoader() local
DLoadListener.java352 String contentType = headers.getContentType(); in handleHeaders() local
1411 /* package */ void parseContentTypeHeader(String contentType) { in parseContentTypeHeader()
/frameworks/base/core/tests/coretests/src/com/android/internal/http/multipart/
DMultipartTest.java55 StringBuffer contentType = new StringBuffer("multipart/form-data"); in testParts() local
/frameworks/base/core/java/android/text/method/
DBaseKeyListener.java102 int contentType = InputType.TYPE_CLASS_TEXT; in makeTextContentType() local
DDigitsKeyListener.java114 int contentType = InputType.TYPE_CLASS_NUMBER; in getInputType() local
/frameworks/base/media/libdrm/mobile1/include/parser/
Dparser_dm.h59 uint8_t contentType[MAX_CONTENT_TYPE_LEN]; /**< Content type */ member
/frameworks/base/core/java/com/google/android/mms/pdu/
DSendReq.java60 public SendReq(byte[] contentType, in SendReq()
DPduPart.java295 public void setContentType(byte[] contentType) { in setContentType()
DPduPersister.java668 String contentType = null; in persistPart() local
733 String contentType) in persistData()
912 String contentType = null; in updatePart() local
DPduComposer.java853 String contentType = new String(mPduHeader.getTextString(PduHeaders.CONTENT_TYPE)); in makeMessageBody() local
/frameworks/base/media/libdrm/mobile1/include/objmng/
Ddrm_inner.h72 uint8_t contentType[64]; member
/frameworks/base/media/libdrm/mobile1/src/jni/
Ddrm1_jni.c726 uint8_t contentType[64] = {0}; in Java_android_drm_mobile1_DrmRawContent_nativeGetContentType() local