Home
last modified time | relevance | path

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

/packages/modules/AppSearch/service/java/com/android/server/appsearch/contactsindexer/
DContactsIndexerPhoneNumberUtils.java42 @VisibleForTesting static final int DIALING_CODE_WITH_PLUS_SIGN_MAX_DIGITS = 4; field in ContactsIndexerPhoneNumberUtils
149 int len = Math.min(DIALING_CODE_WITH_PLUS_SIGN_MAX_DIGITS, phoneNumberInE164.length()); in parsePhoneNumberInE164()
/packages/modules/AppSearch/testing/contactsindexertests/src/com/android/server/appsearch/contactsindexer/
DCountryCodeUtilsTest.java46 ContactsIndexerPhoneNumberUtils.DIALING_CODE_WITH_PLUS_SIGN_MAX_DIGITS); in testCountryToRegionalCode_dialingCode_hasMaximum_threeDigits()