Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DConstants.java296 public static boolean mimeTypeMatches(String mimeType, String[] matchAgainst) { in mimeTypeMatches()
305 public static boolean mimeTypeMatches(String mimeType, String matchAgainst) { in mimeTypeMatches()
/packages/apps/UnifiedEmail/src/com/android/emailcommon/internet/
DMimeUtility.java327 public static boolean mimeTypeMatches(String mimeType, String matchAgainst) { in mimeTypeMatches()
342 public static boolean mimeTypeMatches(String mimeType, String[] matchAgainst) { in mimeTypeMatches()