/packages/apps/Messaging/src/com/android/messaging/util/ |
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()
|
/packages/modules/IntentResolver/java/src/com/android/intentresolver/contentpreview/ |
D | MimeTypeClassifier.java | 33 default boolean isVideoType(@Nullable String mimeType) { in isVideoType() method
|
D | ContentPreviewUi.java | 125 if (typeClassifier.isVideoType(mimeType)) { in getPreviewType()
|
D | UnifiedContentPreviewUi.java | 141 mTypeClassifier.isVideoType(mIntentMimeType)); in displayInternal()
|
D | FilesPlusTextContentPreviewUi.java | 158 mTypeClassifier.isVideoType(mIntentMimeType)); in displayInternal()
|
/packages/apps/Messaging/src/android/support/v7/mms/pdu/ |
D | ContentType.java | 182 return isVideoType(contentType) && isSupportedType(contentType); in isSupportedVideoType() 197 public static boolean isVideoType(String contentType) { in isVideoType() method in ContentType
|
/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/contentpreview/ |
D | ContentPreviewUiTest.kt | 29 override fun isVideoType(type: String?) = (type == "video") in testPreviewTypes() method
|
/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/ |
D | ConversationListItemView.java | 96 ContentType.isVideoType(previewType)); 478 } else if (ContentType.isVideoType(previewContentType)) { in bind() 643 } else if (ContentType.isVideoType(previewContentType)) { in getSnippetText()
|
/packages/modules/IntentResolver/java/src/com/android/intentresolver/contentpreview/payloadtoggle/domain/interactor/ |
D | SelectionInteractor.kt | 85 allVideos = allVideos && mimeTypeClassifier.isVideoType(item.mimeType) in aggregateContentType()
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/data/ |
D | GalleryGridItemData.java | 101 if (ContentType.isVideoType(mContentType)) { in bind()
|
D | MessagePartData.java | 329 return ContentType.isVideoType(mContentType); in isVideo()
|
/packages/modules/IntentResolver/java/src/com/android/intentresolver/contentpreview/payloadtoggle/ui/viewmodel/ |
D | ShareouselViewModel.kt | 123 mimeTypeClassifier.isVideoType(key.mimeType) -> ContentType.Video in <lambda>()
|
/packages/apps/Gallery/src/com/android/camera/ |
D | ImageGallery.java | 483 } else if (isVideoType(type)) { 553 private boolean isVideoType(String type) { 576 if (isVideoType(type)) {
|
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/ |
D | GalleryGridItemView.java | 183 if (ContentType.isVideoType(mData.getContentType())) { in updateImageView()
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/ |
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()
|
D | MessageNotificationState.java | 486 } else if (ContentType.isVideoType(mAttachmentType)) { in MultiMessageNotificationState() 536 || (ContentType.isVideoType(mAttachmentType) in build()
|
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/ |
D | ConversationActivity.java | 116 } else if (ContentType.isVideoType(contentType)) { in onCreate()
|
D | ConversationFragment.java | 1350 || ContentType.isVideoType(attachment.contentType); in doInBackgroundTimed() 1376 } else if (ContentType.isVideoType(attachment.contentType)) { in onPostExecute()
|
/packages/apps/Messaging/src/com/android/messaging/widget/ |
D | WidgetConversationListService.java | 226 } else if (ContentType.isVideoType(previewContentType)) { in getSnippetText()
|
/packages/apps/Messaging/src/com/android/messaging/sms/ |
D | DatabaseMessages.java | 610 } else if (ContentType.isVideoType(mContentType)) { in load() 813 || ContentType.isVideoType(mContentType) in isMedia()
|
D | MmsUtils.java | 351 } else if (ContentType.isVideoType(contentType)) { in makePduBody() 409 ContentType.isVideoType(part.getContentType())); in getMediaDurationMs()
|
/packages/apps/Messaging/src/com/android/messaging/ui/ |
D | AttachmentPreviewFactory.java | 78 } else if (ContentType.isVideoType(contentType)) { in createAttachmentPreview()
|
/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/ |
D | PduPersister.java | 447 && !ContentType.isVideoType(type)) { in loadParts()
|