Searched refs:isImageType (Results 1 – 2 of 2) sorted by relevance
174 return isImageType(contentType) && isSupportedType(contentType); in isSupportedImageType()189 public static boolean isImageType(String contentType) { in isImageType() method in ContentType
430 if (!ContentType.isImageType(type) in loadParts()