/aosp12/packages/apps/Messaging/src/com/android/messaging/util/ |
H A D | ContentType.java | 112 || 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()
|
/aosp12/packages/apps/Messaging/src/android/support/v7/mms/pdu/ |
H A D | ContentType.java | 182 return isVideoType(contentType) && isSupportedType(contentType); in isSupportedVideoType() 197 public static boolean isVideoType(String contentType) { in isVideoType() method in ContentType
|
/aosp12/frameworks/base/telephony/common/com/google/android/mms/ |
H A D | ContentType.java | 192 return isVideoType(contentType) && isSupportedType(contentType); in isSupportedVideoType() 211 public static boolean isVideoType(String contentType) { in isVideoType() method in ContentType
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/ |
H A D | ConversationListItemView.java | 96 ContentType.isVideoType(previewType)); 478 } else if (ContentType.isVideoType(previewContentType)) { in bind() 643 } else if (ContentType.isVideoType(previewContentType)) { in getSnippetText()
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/data/ |
H A D | GalleryGridItemData.java | 101 if (ContentType.isVideoType(mContentType)) { in bind()
|
H A D | MessagePartData.java | 329 return ContentType.isVideoType(mContentType); in isVideo()
|
/aosp12/packages/apps/Gallery/src/com/android/camera/ |
H A D | ImageGallery.java | 482 } else if (isVideoType(type)) { 552 private boolean isVideoType(String type) { 575 if (isVideoType(type)) {
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/ |
H A D | GalleryGridItemView.java | 183 if (ContentType.isVideoType(mData.getContentType())) { in updateImageView()
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/ |
H A D | BugleNotifications.java | 725 ContentType.isVideoType(attachmentType))) { in sendNotification() 726 final boolean isVideo = ContentType.isVideoType(attachmentType); in sendNotification() 1084 } else if (ContentType.isVideoType(attachmentType)) { in formatAttachmentTag()
|
H A D | MessageNotificationState.java | 486 } else if (ContentType.isVideoType(mAttachmentType)) { in MultiMessageNotificationState() 536 || (ContentType.isVideoType(mAttachmentType) in build()
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/conversation/ |
H A D | ConversationActivity.java | 116 } else if (ContentType.isVideoType(contentType)) { in onCreate()
|
H A D | ConversationFragment.java | 1350 || ContentType.isVideoType(attachment.contentType); in doInBackgroundTimed() 1376 } else if (ContentType.isVideoType(attachment.contentType)) { in onPostExecute()
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/widget/ |
H A D | WidgetConversationListService.java | 226 } else if (ContentType.isVideoType(previewContentType)) { in getSnippetText()
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/sms/ |
H A D | DatabaseMessages.java | 610 } else if (ContentType.isVideoType(mContentType)) { in load() 813 || ContentType.isVideoType(mContentType) in isMedia()
|
H A D | MmsUtils.java | 351 } else if (ContentType.isVideoType(contentType)) { in makePduBody() 409 ContentType.isVideoType(part.getContentType())); in getMediaDurationMs()
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/ |
H A D | AttachmentPreviewFactory.java | 78 } else if (ContentType.isVideoType(contentType)) { in createAttachmentPreview()
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/ |
H A D | PduPersister.java | 446 && !ContentType.isVideoType(type)) { in loadParts()
|
/aosp12/frameworks/base/telephony/common/com/google/android/mms/pdu/ |
H A D | PduPersister.java | 444 && !ContentType.isVideoType(type)) { in loadParts()
|