Home
last modified time | relevance | path

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

/packages/modules/AppSearch/service/java/com/android/server/appsearch/contactsindexer/
DContactsIndexerPhoneNumberUtils.java151 String possibleCodeWithPlusSign = phoneNumberInE164.substring(0, i); in parsePhoneNumberInE164() local
152 if (CountryCodeUtils.COUNTRY_DIALING_CODE.contains(possibleCodeWithPlusSign)) { in parsePhoneNumberInE164()
153 return new Pair<>(possibleCodeWithPlusSign, phoneNumberInE164.substring(i)); in parsePhoneNumberInE164()