Home
last modified time | relevance | path

Searched refs:isSupportedType (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Messaging/src/android/support/v7/mms/pdu/
H A DContentType.java169 public static boolean isSupportedType(String contentType) { in isSupportedType() method in ContentType
174 return isImageType(contentType) && isSupportedType(contentType); in isSupportedImageType()
178 return isAudioType(contentType) && isSupportedType(contentType); in isSupportedAudioType()
182 return isVideoType(contentType) && isSupportedType(contentType); in isSupportedVideoType()
/aosp12/frameworks/base/telephony/common/com/google/android/mms/
H A DContentType.java176 public static boolean isSupportedType(String contentType) { in isSupportedType() method in ContentType
182 return isImageType(contentType) && isSupportedType(contentType); in isSupportedImageType()
187 return isAudioType(contentType) && isSupportedType(contentType); in isSupportedAudioType()
192 return isVideoType(contentType) && isSupportedType(contentType); in isSupportedVideoType()
/aosp12/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
H A DSmsProvider.java647 if (!isSupportedType(type)) { in insertInner()
792 private boolean isSupportedType(int messageType) { in isSupportedType() method in SmsProvider