Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DConstants.java254 String matchRegex = matchAgainst.replaceAll("\\+", "\\\\+").replaceAll("\\*", ".*"); in mimeTypeMatches() local
255 Pattern p = Pattern.compile(matchRegex, Pattern.CASE_INSENSITIVE); in mimeTypeMatches()