Searched defs:isVCardType (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/util/
H A DContentType.java114 || isVCardType(contentType);
130 public static boolean isVCardType(final String contentType) { method in class:ContentType
149 ContentType.isImageType(contentType) || ContentType.isVCardType(contentType);

Completed in 93 milliseconds