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

/frameworks/base/core/java/android/text/util/
H A DLinkify.java93 public static final int MAP_ADDRESSES = 0x08; field in class:Linkify
99 public static final int ALL = WEB_URLS | EMAIL_ADDRESSES | PHONE_NUMBERS | MAP_ADDRESSES;
108 @IntDef(flag = true, value = { WEB_URLS, EMAIL_ADDRESSES, PHONE_NUMBERS, MAP_ADDRESSES, ALL })
253 if ((mask & MAP_ADDRESSES) != 0) {

Completed in 76 milliseconds