Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppLauncherActivity.java295 Pattern webUrlProtocol = Pattern.compile("(?i)(http|https)://"); in creatFileForSharedContent() local
308 Matcher proto = webUrlProtocol.matcher(matchStr); in creatFileForSharedContent()