Home
last modified time | relevance | path

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

/aosp12/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 …]
/aosp12/art/test/094-pattern/src/
H A DMain.java72 public static final Pattern WEB_URL = Pattern.compile(WEB_URL_STR); field in Main
81 System.out.println("str1 matches: " + WEB_URL.matcher(testStr1).matches()); in main()
82 System.out.println("str2 matches: " + WEB_URL.matcher(testStr2).matches()); in main()
83 System.out.println("str3 matches: " + WEB_URL.matcher(testStr3).matches()); in main()
/aosp12/frameworks/base/core/tests/benchmarks/src/android/text/util/
H A DLinkifyBenchmark.java76 Linkify.addLinks(mTestSpannable, Patterns.WEB_URL, "http://", in timeOldRegEx()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppLauncherActivity.java300 "(" + Patterns.WEB_URL.pattern() + ")|(" + Patterns.EMAIL_ADDRESS.pattern() in creatFileForSharedContent()
309 if (Patterns.WEB_URL.matcher(matchStr).matches()) { in creatFileForSharedContent()
/aosp12/frameworks/base/core/java/android/util/
H A DPatterns.java330 public static final Pattern WEB_URL = Pattern.compile("(" field in Patterns
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DAutoInstallsLayout.java466 if (TextUtils.isEmpty(url) || !Patterns.WEB_URL.matcher(url).matches()) { in parseIntent()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt46502 field public static final java.util.regex.Pattern WEB_URL;
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt31717 field public static final java.util.regex.Pattern WEB_URL;