Searched refs:isVideoType (Results 1 – 2 of 2) sorted by relevance
191 return isVideoType(contentType) && isSupportedType(contentType); in isSupportedVideoType()210 public static boolean isVideoType(String contentType) { in isVideoType() method in ContentType
444 && !ContentType.isVideoType(type)) { in loadParts()