HomeSort by relevance Sort by last modified time
    Searched refs:isVideoType (Results 1 - 17 of 17) sorted by null

  /packages/apps/Messaging/src/com/android/messaging/util/
ContentType.java 112 || isVideoType(contentType)
126 public static boolean isVideoType(final String contentType) {
148 return ContentType.isAudioType(contentType) || ContentType.isVideoType(contentType) ||
  /frameworks/opt/telephony/src/java/com/google/android/mms/
ContentType.java 182 return isVideoType(contentType) && isSupportedType(contentType);
197 public static boolean isVideoType(String contentType) {
  /packages/apps/Messaging/src/android/support/v7/mms/pdu/
ContentType.java 182 return isVideoType(contentType) && isSupportedType(contentType);
197 public static boolean isVideoType(String contentType) {
  /packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
ConversationListItemView.java 96 ContentType.isVideoType(previewType));
471 } else if (ContentType.isVideoType(previewContentType)) {
636 } else if (ContentType.isVideoType(previewContentType)) {
ShareIntentActivity.java 93 ContentType.isVideoType(contentType)) {
  /packages/apps/Messaging/src/com/android/messaging/ui/conversation/
ConversationActivity.java 116 } else if (ContentType.isVideoType(contentType)) {
ConversationFragment.java     [all...]
  /packages/apps/Messaging/src/com/android/messaging/widget/
WidgetConversationListService.java 227 } else if (ContentType.isVideoType(previewContentType)) {
  /packages/apps/Gallery/src/com/android/camera/
ImageGallery.java 482 } else if (isVideoType(type)) {
552 private boolean isVideoType(String type) {
575 if (isVideoType(type)) {
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/datamodel/
BugleNotifications.java     [all...]
MessageNotificationState.java 487 } else if (ContentType.isVideoType(mAttachmentType)) {
537 || (ContentType.isVideoType(mAttachmentType)
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/datamodel/data/
MessagePartData.java 316 return ContentType.isVideoType(mContentType);
  /packages/apps/Messaging/src/com/android/messaging/ui/
AttachmentPreviewFactory.java 78 } else if (ContentType.isVideoType(contentType)) {
  /packages/apps/Messaging/src/com/android/messaging/sms/
DatabaseMessages.java 610 } else if (ContentType.isVideoType(mContentType)) {
813 || ContentType.isVideoType(mContentType)
    [all...]
MmsUtils.java 348 } else if (ContentType.isVideoType(contentType)) {
404 ContentType.isVideoType(part.getContentType()));
    [all...]
  /frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
PduPersister.java 433 && !ContentType.isVideoType(type)) {
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
PduPersister.java 446 && !ContentType.isVideoType(type)) {
    [all...]

Completed in 633 milliseconds