Searched refs:isImageType (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/mms/src/java/com/google/android/mms/
H A DContentType.java174 return isImageType(contentType) && isSupportedType(contentType);
189 public static boolean isImageType(String contentType) { method in class:ContentType
/frameworks/opt/mms/src/java/com/google/android/mms/pdu/
H A DPduPersister.java428 if (!ContentType.isImageType(type)

Completed in 268 milliseconds