Searched defs:isAudioType (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/mms/src/java/com/google/android/mms/
H A DContentType.java178 return isAudioType(contentType) && isSupportedType(contentType);
193 public static boolean isAudioType(String contentType) { method in class:ContentType

Completed in 33 milliseconds