Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/mmslib/
DContentType.java169 public static boolean isSupportedType(String contentType) { in isSupportedType()
173 public static boolean isSupportedImageType(String contentType) { in isSupportedImageType()
177 public static boolean isSupportedAudioType(String contentType) { in isSupportedAudioType()
181 public static boolean isSupportedVideoType(String contentType) { in isSupportedVideoType()
185 public static boolean isTextType(String contentType) { in isTextType()
189 public static boolean isImageType(String contentType) { in isImageType()
193 public static boolean isAudioType(String contentType) { in isAudioType()
197 public static boolean isVideoType(String contentType) { in isVideoType()
201 public static boolean isDrmType(String contentType) { in isDrmType()
207 public static boolean isUnspecified(String contentType) { in isUnspecified()
/development/samples/browseable/ShareActionProvider/src/com.example.android.shareactionprovider/content/
DContentItem.java34 public final int contentType; field in ContentItem
/development/samples/ApiDemos/src/com/example/android/mmslib/pdu/
DSendReq.java60 public SendReq(byte[] contentType, in SendReq()
DPduPart.java307 public void setContentType(byte[] contentType) { in setContentType()
DPduComposer.java851 String contentType = new String(mPduHeader.getTextString(PduHeaders.CONTENT_TYPE)); in makeMessageBody() local