Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/text/util/
DLinkify.java83 public static final int PHONE_NUMBERS = 0x04; field in Linkify
98 public static final int ALL = WEB_URLS | EMAIL_ADDRESSES | PHONE_NUMBERS | MAP_ADDRESSES;
107 @IntDef(flag = true, value = { WEB_URLS, EMAIL_ADDRESSES, PHONE_NUMBERS, MAP_ADDRESSES, ALL })
248 if ((mask & PHONE_NUMBERS) != 0) { in addLinks()
/frameworks/support/compat/java/android/support/v4/text/util/
DLinkifyCompat.java81 @IntDef(flag = true, value = { Linkify.WEB_URLS, Linkify.EMAIL_ADDRESSES, Linkify.PHONE_NUMBERS,
111 if ((mask & Linkify.PHONE_NUMBERS) != 0) { in addLinks()
112 frameworkReturn = Linkify.addLinks(text, Linkify.PHONE_NUMBERS); in addLinks()
/frameworks/support/compat/tests/java/android/support/v4/text/util/
DLinkifyCompatTest.java221 assertTrue(LinkifyCompat.addLinks(spannable, Linkify.PHONE_NUMBERS)); in testAddLinksPhoneNumbers()
/frameworks/base/core/java/android/view/textclassifier/
DTextClassifierImpl.java483 if ((linkMask & Linkify.PHONE_NUMBERS) != 0 in matches()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt31020 field public static final int PHONE_NUMBERS = 4; // 0x4
/frameworks/base/api/
Dcurrent.txt42509 field public static final int PHONE_NUMBERS = 4; // 0x4
Dsystem-current.txt46046 field public static final int PHONE_NUMBERS = 4; // 0x4