Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/mmslib/
DContentType.java169 public static boolean isSupportedType(String contentType) { in isSupportedType() method in ContentType
174 return isImageType(contentType) && isSupportedType(contentType); in isSupportedImageType()
178 return isAudioType(contentType) && isSupportedType(contentType); in isSupportedAudioType()
182 return isVideoType(contentType) && isSupportedType(contentType); in isSupportedVideoType()