Searched refs:isImageType (Results 1 – 18 of 18) sorted by relevance
111 return isImageType(contentType) in isMediaType()117 public static boolean isImageType(final String contentType) { in isImageType() method in ContentType149 ContentType.isImageType(contentType) || ContentType.isVCardType(contentType); in isConversationListPreviewableType()
69 String fileNameFormat = context.getString(ContentType.isImageType(contentType) in getNewFile()
301 if (ContentType.isImageType(contentType)) { in isGif()
91 } else if (ContentType.isImageType(contentType) || in onAttachFragment()108 if (ContentType.isImageType(contentType)) { in onAttachFragment()
95 Assert.isTrue(ContentType.isImageType(previewType) ||100 if (ContentType.isImageType(previewType)) {476 } else if (ContentType.isImageType(previewContentType)) { in bind()634 } else if (ContentType.isImageType(previewContentType)) { in getSnippetText()
174 return isImageType(contentType) && isSupportedType(contentType); in isSupportedImageType()189 public static boolean isImageType(String contentType) { in isImageType() method in ContentType
73 } else if (ContentType.isImageType(contentType)) { in createAttachmentPreview()131 if (ContentType.isImageType(contentType)) { in getImageRequestDescriptorForAttachment()
608 if (ContentType.isImageType(mContentType)) { in load()812 return ContentType.isImageType(mContentType) in isMedia()819 return ContentType.isImageType(mContentType); in isImage()
307 if (ContentType.isImageType(contentType)) { in makePduBody()336 if (ContentType.isImageType(contentType)) { in makePduBody()
480 if (isImageType(type)) {547 private boolean isImageType(String type) {567 if (isImageType(type)) {
111 if (ContentType.isImageType(contentType)) { in onCreate()
1339 final boolean isImageOrVideo = ContentType.isImageType(attachment.contentType) in doInBackgroundTimed()1364 if (ContentType.isImageType(attachment.contentType)) { in onPostExecute()
993 Assert.isTrue(ContentType.isImageType(imageAttachment.getContentType())); in adjustImageViewBounds()
225 } else if (ContentType.isImageType(previewContentType)) { in getSnippetText()
300 return ContentType.isImageType(mContentType); in isImage()
724 (ContentType.isImageType(attachmentType) || in sendNotification()
536 final boolean shouldShowImage = ContentType.isImageType(mAttachmentType) in build()
444 if (!ContentType.isImageType(type) in loadParts()