Searched defs:isVideoType (Results 1 – 4 of 4) sorted by relevance
33 default boolean isVideoType(@Nullable String mimeType) { in isVideoType() method
29 override fun isVideoType(type: String?) = (type == "video") in testPreviewTypes() method
197 public static boolean isVideoType(String contentType) { in isVideoType() method in ContentType
126 public static boolean isVideoType(final String contentType) { in isVideoType() method in ContentType