Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/text/util/
DLinkify.java90 public static final int WEB_URLS = 0x01; field in Linkify
125 public static final int ALL = WEB_URLS | EMAIL_ADDRESSES | PHONE_NUMBERS | MAP_ADDRESSES;
134 @IntDef(flag = true, value = { WEB_URLS, EMAIL_ADDRESSES, PHONE_NUMBERS, MAP_ADDRESSES, ALL })
304 if ((mask & WEB_URLS) != 0) { in addLinks()
/frameworks/base/core/java/android/view/textclassifier/
DTextLinksParams.java69 if ((mask & Linkify.WEB_URLS) != 0) { in fromLinkMask()
DTextClassifier.java755 return Linkify.WEB_URLS; in linkMask()
/frameworks/base/core/java/android/widget/
DTextView.java3569 @FlagEntry(name = "web", target = Linkify.WEB_URLS),
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt31021 field public static final int WEB_URLS = 1; // 0x1
/frameworks/base/non-updatable-api/
Dcurrent.txt48647 field public static final int WEB_URLS = 1; // 0x1
/frameworks/base/api/
Dcurrent.txt48791 field public static final int WEB_URLS = 1; // 0x1