Home
last modified time | relevance | path

Searched refs:isVideoType (Results 1 – 15 of 15) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/util/
DContentType.java112 || isVideoType(contentType) in isMediaType()
126 public static boolean isVideoType(final String contentType) { in isVideoType() method in ContentType
148 return ContentType.isAudioType(contentType) || ContentType.isVideoType(contentType) || in isConversationListPreviewableType()
/packages/apps/Messaging/src/android/support/v7/mms/pdu/
DContentType.java182 return isVideoType(contentType) && isSupportedType(contentType); in isSupportedVideoType()
197 public static boolean isVideoType(String contentType) { in isVideoType() method in ContentType
/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
DConversationListItemView.java96 ContentType.isVideoType(previewType));
478 } else if (ContentType.isVideoType(previewContentType)) { in bind()
643 } else if (ContentType.isVideoType(previewContentType)) { in getSnippetText()
DShareIntentActivity.java94 ContentType.isVideoType(contentType)) { in onAttachFragment()
/packages/apps/Gallery/src/com/android/camera/
DImageGallery.java482 } else if (isVideoType(type)) {
552 private boolean isVideoType(String type) {
575 if (isVideoType(type)) {
/packages/apps/Messaging/src/com/android/messaging/datamodel/
DBugleNotifications.java725 ContentType.isVideoType(attachmentType))) { in sendNotification()
726 final boolean isVideo = ContentType.isVideoType(attachmentType); in sendNotification()
1084 } else if (ContentType.isVideoType(attachmentType)) { in formatAttachmentTag()
DMessageNotificationState.java487 } else if (ContentType.isVideoType(mAttachmentType)) { in MultiMessageNotificationState()
537 || (ContentType.isVideoType(mAttachmentType) in build()
/packages/apps/Messaging/src/com/android/messaging/sms/
DDatabaseMessages.java610 } else if (ContentType.isVideoType(mContentType)) { in load()
813 || ContentType.isVideoType(mContentType) in isMedia()
DMmsUtils.java348 } else if (ContentType.isVideoType(contentType)) { in makePduBody()
404 ContentType.isVideoType(part.getContentType())); in getMediaDurationMs()
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DConversationActivity.java116 } else if (ContentType.isVideoType(contentType)) { in onCreate()
DConversationFragment.java1340 || ContentType.isVideoType(attachment.contentType); in doInBackgroundTimed()
1366 } else if (ContentType.isVideoType(attachment.contentType)) { in onPostExecute()
/packages/apps/Messaging/src/com/android/messaging/widget/
DWidgetConversationListService.java227 } else if (ContentType.isVideoType(previewContentType)) { in getSnippetText()
/packages/apps/Messaging/src/com/android/messaging/ui/
DAttachmentPreviewFactory.java78 } else if (ContentType.isVideoType(contentType)) { in createAttachmentPreview()
/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
DMessagePartData.java316 return ContentType.isVideoType(mContentType); in isVideo()
/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
DPduPersister.java446 && !ContentType.isVideoType(type)) { in loadParts()