Searched refs:isAudioType (Results 1 – 3 of 3) sorted by relevance
178 return isAudioType(contentType) && isSupportedType(contentType); in isSupportedAudioType()193 public static boolean isAudioType(String contentType) { in isAudioType() method in ContentType
430 && !ContentType.isAudioType(type) in loadParts()
1501 Lcom/google/android/mms/ContentType;->isAudioType(Ljava/lang/String;)Z