HomeSort by relevance Sort by last modified time
    Searched defs:ContentType (Results 1 - 9 of 9) sorted by null

  /external/webkit/WebCore/platform/
ContentType.h 34 class ContentType {
36 ContentType(const String& type);
ContentType.cpp 29 #include "ContentType.h"
33 ContentType::ContentType(const String& contentType)
34 : m_type(contentType)
38 String ContentType::parameter(const String& parameterName) const
61 String ContentType::type() const
  /dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/
ContentType.java 26 public class ContentType {
  /external/webkit/WebCore/loader/
TextResourceDecoder.h 70 enum ContentType { PlainText, HTML, XML, CSS }; // PlainText only checks for BOM.
71 static ContentType determineContentType(const String& mimeType);
72 static const TextEncoding& defaultEncoding(ContentType, const TextEncoding& defaultEncoding);
80 ContentType m_contentType;
  /frameworks/base/media/libdrm/mobile1/include/parser/
parser_dcf.h 56 uint8_t ContentTypeLen; /**< Length of the ContentType field */
59 uint8_t ContentType[MAX_CONTENT_TYPE_LEN]; /**< The MIME media type of the plaintext data */
  /frameworks/base/core/java/com/google/android/mms/
ContentType.java 22 public class ContentType {
158 private ContentType() {
161 public static boolean isSupportedType(String contentType) {
162 return (null != contentType) && sSupportedContentTypes.contains(contentType);
165 public static boolean isSupportedImageType(String contentType) {
166 return isImageType(contentType) && isSupportedType(contentType);
169 public static boolean isSupportedAudioType(String contentType) {
170 return isAudioType(contentType) && isSupportedType(contentType)
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapObexServer.java 157 public static class ContentType {
177 mMissedCallSize = mVcardManager.getPhonebookSize(ContentType.MISSED_CALL_HISTORY);
352 appParamValue.needTag = ContentType.PHONEBOOK;
354 appParamValue.needTag = ContentType.INCOMING_CALL_HISTORY;
356 appParamValue.needTag = ContentType.OUTGOING_CALL_HISTORY;
358 appParamValue.needTag = ContentType.MISSED_CALL_HISTORY;
361 appParamValue.needTag = ContentType.COMBINED_CALL_HISTORY;
378 appParamValue.needTag = ContentType.PHONEBOOK;
381 appParamValue.needTag = ContentType.INCOMING_CALL_HISTORY;
384 appParamValue.needTag = ContentType.OUTGOING_CALL_HISTORY
    [all...]
  /packages/apps/Mms/src/com/android/mms/model/
SlideshowModel.java 29 import com.google.android.mms.ContentType;
276 smilPart.setContentType(ContentType.APP_SMIL.getBytes());
  /packages/apps/IM/src/com/android/im/imps/
ImpsTags.java 215 public static final String ContentType = "ContentType";

Completed in 2230 milliseconds