Searched refs:matchStr (Results 1 – 3 of 3) sorted by relevance
366 String matchStr = m.group(); in createFileForSharedContent() local370 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()
META-INF/MANIFEST.MF META-INF/ META-INF/LICENSE META-INF ...
META-INF/ META-INF/MANIFEST.MF META-INF/LICENSE META-INF ...