Searched refs:isAudioType (Results 1 – 2 of 2) sorted by relevance
186 return isAudioType(contentType) && isSupportedType(contentType); in isSupportedAudioType()205 public static boolean isAudioType(String contentType) { in isAudioType() method in ContentType
443 && !ContentType.isAudioType(type) in loadParts()