Home
last modified time | relevance | path

Searched refs:matchAgainst (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DConstants.java285 public static boolean mimeTypeMatches(String mimeType, String[] matchAgainst) { in mimeTypeMatches() argument
286 for (String matchType : matchAgainst) { in mimeTypeMatches()
294 public static boolean mimeTypeMatches(String mimeType, String matchAgainst) { in mimeTypeMatches() argument
295 Pattern p = Pattern.compile(matchAgainst.replaceAll("\\*", "\\.\\*"), in mimeTypeMatches()
/packages/apps/Email/emailcommon/src/com/android/emailcommon/internet/
DMimeUtility.java326 public static boolean mimeTypeMatches(String mimeType, String matchAgainst) { in mimeTypeMatches() argument
327 Pattern p = Pattern.compile(matchAgainst.replaceAll("\\*", "\\.\\*"), in mimeTypeMatches()
341 public static boolean mimeTypeMatches(String mimeType, String[] matchAgainst) { in mimeTypeMatches() argument
342 for (String matchType : matchAgainst) { in mimeTypeMatches()