Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/util/
H A DPatternsTest.java103 Patterns.WEB_URL.matcher(url).matches()); in testWebUrl_matchesValidUrlWithSchemeAndHostname()
110 Patterns.WEB_URL.matcher(url).matches()); in testWebUrl_matchesValidUrlWithSchemeHostnameAndNewTld()
117 Patterns.WEB_URL.matcher(url).matches()); in testWebUrl_matchesValidUrlWithHostnameAndNewTld()
124 Patterns.WEB_URL.matcher(url).matches()); in testWebUrl_matchesChinesePunycodeUrlWithProtocol()
131 Patterns.WEB_URL.matcher(url).matches()); in testWebUrl_matchesChinesePunycodeUrlWithoutProtocol()
138 Patterns.WEB_URL.matcher(url).matches()); in testWebUrl_matchesArabicPunycodeUrlWithProtocol()
145 Patterns.WEB_URL.matcher(url).matches()); in testWebUrl_matchesArabicPunycodeUrlWithoutProtocol()
152 Patterns.WEB_URL.matcher(url).matches()); in testWebUrl_matchesUrlWithUnicodeDomainNameWithProtocol()
159 Patterns.WEB_URL.matcher(url).matches()); in testWebUrl_matchesUrlWithUnicodeDomainNameWithoutProtocol()
166 Patterns.WEB_URL.matcher(url).matches()); in testWebUrl_matchesUrlWithUnicodeTld()
[all …]
/aosp14/frameworks/base/core/tests/benchmarks/src/android/text/util/
H A DLinkifyBenchmark.java76 Linkify.addLinks(mTestSpannable, Patterns.WEB_URL, "http://", in timeOldRegEx()
/aosp14/frameworks/base/core/java/android/util/
H A DPatterns.java330 public static final Pattern WEB_URL = Pattern.compile("(" field in Patterns
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt2000 field public static final String EXTRAINFO_WEB_URL = "android.app.cloudsearch.WEB_URL";
H A Dcurrent.txt49718 field public static final java.util.regex.Pattern WEB_URL;
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...