Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/text/util/
H A DLinkify.java92 public static final int WEB_URLS = 0x01; field in Linkify
133 public static final int ALL = WEB_URLS | EMAIL_ADDRESSES | PHONE_NUMBERS | MAP_ADDRESSES;
142 @IntDef(flag = true, value = { WEB_URLS, EMAIL_ADDRESSES, PHONE_NUMBERS, MAP_ADDRESSES, ALL })
312 if ((mask & WEB_URLS) != 0) { in addLinks()
/aosp14/frameworks/base/core/java/android/view/textclassifier/
H A DTextLinksParams.java68 if ((mask & Linkify.WEB_URLS) != 0) { in fromLinkMask()
H A DTextClassifier.java775 return Linkify.WEB_URLS; in linkMask()
/aosp14/frameworks/base/core/tests/coretests/src/android/view/inputmethod/
H A DTextAppearanceInfoTest.java227 mEditText.setAutoLinkMask(Linkify.WEB_URLS); in initEditText()
/aosp14/frameworks/base/core/java/android/widget/
H A DTextView.java3830 @FlagEntry(name = "web", target = Linkify.WEB_URLS),
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt48861 field public static final int WEB_URLS = 1; // 0x1