Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/text/util/
H A DLinkify.java104 public static final int PHONE_NUMBERS = 0x04; 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 })
324 if ((mask & PHONE_NUMBERS) != 0) { in addLinks()
/aosp14/frameworks/base/core/java/android/view/textclassifier/
H A DTextLinksParams.java74 if ((mask & Linkify.PHONE_NUMBERS) != 0) { in fromLinkMask()
H A DTextClassifier.java777 return Linkify.PHONE_NUMBERS; in linkMask()
/aosp14/frameworks/base/core/java/android/widget/
H A DTextView.java3832 @FlagEntry(name = "phone", target = Linkify.PHONE_NUMBERS),
/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.txt48860 field public static final int PHONE_NUMBERS = 4; // 0x4