Home
last modified time | relevance | path

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

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