Searched refs:isSupportedType (Results 1 – 1 of 1) sorted by relevance
176 public static boolean isSupportedType(String contentType) { in isSupportedType() method in ContentType182 return isImageType(contentType) && isSupportedType(contentType); in isSupportedImageType()187 return isAudioType(contentType) && isSupportedType(contentType); in isSupportedAudioType()192 return isVideoType(contentType) && isSupportedType(contentType); in isSupportedVideoType()