Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/mmslib/
DContentType.java182 return isVideoType(contentType) && isSupportedType(contentType); in isSupportedVideoType()
197 public static boolean isVideoType(String contentType) { in isVideoType() method in ContentType