Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppLauncherActivity.java366 String matchStr = m.group(); in createFileForSharedContent() local
370 if (Patterns.WEB_URL.matcher(matchStr).matches()) { in createFileForSharedContent()
371 Matcher proto = webUrlProtocol.matcher(matchStr); in createFileForSharedContent()
377 + matchStr.substring(proto.end()); in createFileForSharedContent()
381 link = "http://" + matchStr; in createFileForSharedContent()
385 } else if (Patterns.EMAIL_ADDRESS.matcher(matchStr).matches()) { in createFileForSharedContent()
386 link = "mailto:" + matchStr; in createFileForSharedContent()
389 } else if (Patterns.PHONE.matcher(matchStr).matches()) { in createFileForSharedContent()
390 link = "tel:" + matchStr; in createFileForSharedContent()
393 String href = String.format("<a href=\"%s\">%s</a>", link, matchStr); in createFileForSharedContent()
/packages/services/Car/tests/BugReportApp/libs/
Djackson-core-2.9.9.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/LICENSE META-INF ...
/packages/apps/Car/DebuggingRestrictionController/libs/
Djackson-core-2.11.1.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE META-INF ...