Searched refs:isSupportedMediaType (Results 1 – 2 of 2) sorted by relevance
115 } else if (PendingAttachmentData.isSupportedMediaType(contentType)) { in onAttachFragment()151 } else if (PendingAttachmentData.isSupportedMediaType(actualContentType)) { in onAttachFragment()
344 public static boolean isSupportedMediaType(final String contentType) { in isSupportedMediaType() method in MessagePartData