Searched refs:webUrlProtocol (Results 1 – 1 of 1) sorted by relevance
352 Pattern webUrlProtocol = Pattern.compile("(?i)(http|https)://"); in createFileForSharedContent() local371 Matcher proto = webUrlProtocol.matcher(matchStr); in createFileForSharedContent()