Searched refs:isSupportedType (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/google/android/mms/
H A DContentType.java169 public static boolean isSupportedType(String contentType) { method in class:ContentType
174 return isImageType(contentType) && isSupportedType(contentType);
178 return isAudioType(contentType) && isSupportedType(contentType);
182 return isVideoType(contentType) && isSupportedType(contentType);

Completed in 6 milliseconds