Searched refs:mimeTypeMatches (Results 1 – 4 of 4) sorted by relevance
261 static boolean mimeTypeMatches(String mimeType, String[] matchAgainst) { in mimeTypeMatches() method in Constants263 if (mimeTypeMatches(mimeType, matchType)) { in mimeTypeMatches()270 private static boolean mimeTypeMatches(String mimeType, String matchAgainst) { in mimeTypeMatches() method in Constants
280 && !Constants.mimeTypeMatches( in onPut()
221 if (mimeType != null && MimeUtility.mimeTypeMatches(mimeType, "text/*")) { in getTextFromPart()280 public static boolean mimeTypeMatches(String mimeType, String matchAgainst) { in mimeTypeMatches() method in MimeUtility294 public static boolean mimeTypeMatches(String mimeType, String[] matchAgainst) { in mimeTypeMatches() method in MimeUtility296 if (mimeTypeMatches(mimeType, matchType)) { in mimeTypeMatches()
540 if (MimeUtility.mimeTypeMatches(mimeType, MimeUtility.MIME_TYPE_RFC822)) { in parseBodyStructure()