Searched refs:isSupportedType (Results 1 – 2 of 2) sorted by relevance
169 public static boolean isSupportedType(String contentType) { in isSupportedType() method in ContentType174 return isImageType(contentType) && isSupportedType(contentType); in isSupportedImageType()178 return isAudioType(contentType) && isSupportedType(contentType); in isSupportedAudioType()182 return isVideoType(contentType) && isSupportedType(contentType); in isSupportedVideoType()
647 if (!isSupportedType(type)) { in insertInner()792 private boolean isSupportedType(int messageType) { in isSupportedType() method in SmsProvider