Searched refs:MAP_CLIENT_URI_REGEX (Results 1 – 1 of 1) sorted by relevance
63 private static final String MAP_CLIENT_URI_REGEX = "tel:(.+)"; field in Utils340 if (senderContactUri == null || !senderContactUri.matches(MAP_CLIENT_URI_REGEX)) { in getPhoneNumberFromMapClient()