Searched refs:isVideoType (Results 1 – 16 of 16) sorted by relevance
112 || isVideoType(contentType) in isMediaType()126 public static boolean isVideoType(final String contentType) { in isVideoType() method in ContentType148 return ContentType.isAudioType(contentType) || ContentType.isVideoType(contentType) || in isConversationListPreviewableType()
182 return isVideoType(contentType) && isSupportedType(contentType); in isSupportedVideoType()197 public static boolean isVideoType(String contentType) { in isVideoType() method in ContentType
96 ContentType.isVideoType(previewType));478 } else if (ContentType.isVideoType(previewContentType)) { in bind()643 } else if (ContentType.isVideoType(previewContentType)) { in getSnippetText()
482 } else if (isVideoType(type)) {552 private boolean isVideoType(String type) {575 if (isVideoType(type)) {
101 if (ContentType.isVideoType(mContentType)) { in bind()
329 return ContentType.isVideoType(mContentType); in isVideo()
725 ContentType.isVideoType(attachmentType))) { in sendNotification()726 final boolean isVideo = ContentType.isVideoType(attachmentType); in sendNotification()1084 } else if (ContentType.isVideoType(attachmentType)) { in formatAttachmentTag()
486 } else if (ContentType.isVideoType(mAttachmentType)) { in MultiMessageNotificationState()536 || (ContentType.isVideoType(mAttachmentType) in build()
183 if (ContentType.isVideoType(mData.getContentType())) { in updateImageView()
610 } else if (ContentType.isVideoType(mContentType)) { in load()813 || ContentType.isVideoType(mContentType) in isMedia()
351 } else if (ContentType.isVideoType(contentType)) { in makePduBody()409 ContentType.isVideoType(part.getContentType())); in getMediaDurationMs()
116 } else if (ContentType.isVideoType(contentType)) { in onCreate()
1350 || ContentType.isVideoType(attachment.contentType); in doInBackgroundTimed()1376 } else if (ContentType.isVideoType(attachment.contentType)) { in onPostExecute()
226 } else if (ContentType.isVideoType(previewContentType)) { in getSnippetText()
78 } else if (ContentType.isVideoType(contentType)) { in createAttachmentPreview()
446 && !ContentType.isVideoType(type)) { in loadParts()