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

/packages/apps/UnifiedEmail/src/com/android/emailcommon/internet/
H A DMimeUtility.java230 if (mimeType != null && MimeUtility.mimeTypeMatches(mimeType, "text/*")) {
291 public static boolean mimeTypeMatches(String mimeType, String matchAgainst) { method in class:MimeUtility
306 public static boolean mimeTypeMatches(String mimeType, String[] matchAgainst) { method in class:MimeUtility
308 if (mimeTypeMatches(mimeType, matchType)) {
/packages/services/Telephony/src/com/android/phone/common/mail/internet/
H A DMimeUtility.java229 if (mimeType != null && MimeUtility.mimeTypeMatches(mimeType, "text/*")) {
290 public static boolean mimeTypeMatches(String mimeType, String matchAgainst) { method in class:MimeUtility
305 public static boolean mimeTypeMatches(String mimeType, String[] matchAgainst) { method in class:MimeUtility
307 if (mimeTypeMatches(mimeType, matchType)) {
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DConstants.java298 public static boolean mimeTypeMatches(String mimeType, String[] matchAgainst) { method in class:Constants
300 if (mimeTypeMatches(mimeType, matchType)) {
307 public static boolean mimeTypeMatches(String mimeType, String matchAgainst) { method in class:Constants

Completed in 136 milliseconds