Searched defs:WEB_URLS (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/text/util/
H A DLinkify.java71 public static final int WEB_URLS = 0x01; field in class: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 })
236 if ((mask & WEB_URLS) != 0) {

Completed in 185 milliseconds