HomeSort by relevance Sort by last modified time
    Searched refs:ContentType (Results 126 - 150 of 232) sorted by null

1 2 3 4 56 7 8 910

  /packages/apps/Messaging/src/com/android/messaging/util/
ImageUtils.java 227 String contentType = null;
234 contentType = cursor.getString(INDEX_CONTENT_TYPE);
242 if (contentType == null) {
244 contentType = ContentType.getContentTypeFromExtension(uri.toString(),
245 ContentType.IMAGE_UNSPECIFIED);
247 return contentType;
297 public static boolean isGif(String contentType, Uri contentUri) {
298 if (TextUtils.equals(contentType, ContentType.IMAGE_GIF))
    [all...]
  /packages/apps/Messaging/src/android/support/v7/mms/pdu/
PduParser.java 172 byte[] contentType = retrieveConf.getContentType();
173 if (null == contentType) {
176 String ctTypeStr = new String(contentType);
177 if (ctTypeStr.equals(ContentType.MULTIPART_MIXED)
178 || ctTypeStr.equals(ContentType.MULTIPART_RELATED)
179 || ctTypeStr.equals(ContentType.MULTIPART_ALTERNATIVE)) {
184 } else if (ctTypeStr.equals(ContentType.MULTIPART_ALTERNATIVE)) {
    [all...]
  /external/webrtc/webrtc/video/
video_send_stream.cc 318 case VideoEncoderConfig::ContentType::kRealtimeVideo:
321 case VideoEncoderConfig::ContentType::kScreen:
video_capture_input_unittest.cc 57 webrtc::VideoEncoderConfig::ContentType::kRealtimeVideo) {}
video_send_stream_tests.cc     [all...]
video_quality_test.cc 836 video_encoder_config_.content_type = VideoEncoderConfig::ContentType::kScreen;
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/datamodel/action/
SyncMessagesAction.java 47 import com.android.messaging.util.ContentType;
540 ContentType.APP_SMIL,
  /prebuilts/sdk/current/support/recommendation/
android-support-recommendation.jar 
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
SmsFacade.java 42 import com.google.android.mms.ContentType;
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/ui/conversation/
ConversationFragment.java 98 import com.android.messaging.util.ContentType;
    [all...]
ConversationMessageView.java 67 import com.android.messaging.util.ContentType;
    [all...]
  /frameworks/support/recommendation/src/android/support/app/recommendation/
ContentRecommendation.java 60 public @interface ContentType {}
66 public static final String CONTENT_TYPE_VIDEO = "android.contentType.video";
72 public static final String CONTENT_TYPE_MOVIE = "android.contentType.movie";
78 public static final String CONTENT_TYPE_TRAILER = "android.contentType.trailer";
85 public static final String CONTENT_TYPE_SERIAL = "android.contentType.serial";
91 public static final String CONTENT_TYPE_MUSIC = "android.contentType.music";
97 public static final String CONTENT_TYPE_RADIO = "android.contentType.radio";
103 public static final String CONTENT_TYPE_PODCAST = "android.contentType.podcast";
109 public static final String CONTENT_TYPE_NEWS = "android.contentType.news";
115 public static final String CONTENT_TYPE_SPORTS = "android.contentType.sports"
    [all...]
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
TelephonyBackupAgent.java 19 import com.google.android.mms.ContentType;
    [all...]
  /external/curl/lib/
formdata.c 82 char *contenttype,
99 post->contenttype = contenttype;
138 char *contenttype,
146 if(contenttype)
147 form_info->contenttype = contenttype;
171 * Returns some valid contenttype for filename.
177 const char *contenttype = NULL; local
183 struct ContentType {
507 const char *contenttype = local
    [all...]
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.contenttype_3.5.0.v20150421-2214.jar 
  /external/nist-sip/java/gov/nist/javax/sip/header/
HeaderFactoryImpl.java 97 * Creates a new AcceptHeader based on the newly supplied contentType and
100 * @param contentType The new string content type value.
107 String contentType,
110 if (contentType == null || contentSubType == null)
111 throw new NullPointerException("contentType or subtype is null ");
113 accept.setContentType(contentType);
402 * Creates a new ContentTypeHeader based on the newly supplied contentType and
405 * @param contentType - the new string content type value.
412 String contentType,
415 if (contentType == null || contentSubType == null
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/datamodel/data/
ConversationMessageData.java 32 import com.android.messaging.util.ContentType;
249 final String contentType,
255 if (ContentType.isTextType(contentType)) {
265 contentType, contentUri, width, height);
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.core.contenttype_3.4.200.v20130326-1255.jar 
  /packages/apps/Messaging/src/com/android/messaging/datamodel/
BugleDatabaseOperations.java 46 import com.android.messaging.util.ContentType;
628 ContentType.isConversationListPreviewableType(part.getContentType())) {
    [all...]
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/modules/http-builder/http-builder/0.7.2/
http-builder-0.7.2.jar 
  /external/webrtc/talk/media/webrtc/
webrtcvideoengine2.cc     [all...]
webrtcvideoengine2_unittest.cc     [all...]
  /external/nist-sip/java/gov/nist/javax/sip/message/
SIPRequest.java 841 } else if (nextHeader instanceof ContentType) {
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapVcardManager.java 160 case BluetoothPbapObexServer.ContentType.PHONEBOOK:
    [all...]
  /prebuilts/tools/common/m2/repository/com/sun/xsom/xsom/20140925/
xsom-20140925.jar 

Completed in 1059 milliseconds

1 2 3 4 56 7 8 910