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