Home
last modified time | relevance | path

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

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