Searched refs:isAudioType (Results 1 – 13 of 13) sorted by relevance
113 || isAudioType(contentType) in isMediaType()121 public static boolean isAudioType(final String contentType) { in isAudioType() method in ContentType148 return ContentType.isAudioType(contentType) || ContentType.isVideoType(contentType) || in isConversationListPreviewableType()
178 return isAudioType(contentType) && isSupportedType(contentType); in isSupportedAudioType()193 public static boolean isAudioType(String contentType) { in isAudioType() method in ContentType
474 if (ContentType.isAudioType(previewContentType)) { in bind()639 if (ContentType.isAudioType(previewContentType)) { in getSnippetText()
100 ContentType.isAudioType(contentType) || in onAttachFragment()
167 ContentType.isAudioType(messagePartData.getContentType())); in bindMessagePartData()
76 } else if (ContentType.isAudioType(contentType)) { in createAttachmentPreview()
222 if (ContentType.isAudioType(previewContentType)) { in getSnippetText()
312 return ContentType.isAudioType(mContentType); in isAudio()
814 || ContentType.isAudioType(mContentType) in isMedia()
360 } else if (ContentType.isAudioType(contentType)) { in makePduBody()403 Assert.isTrue(ContentType.isAudioType(part.getContentType()) || in getMediaDurationMs()
1082 if (ContentType.isAudioType(attachmentType)) { in formatAttachmentTag()
485 if (ContentType.isAudioType(mAttachmentType)) { in MultiMessageNotificationState()
445 && !ContentType.isAudioType(type) in loadParts()