Searched refs:DIALING_CODE_WITH_PLUS_SIGN_MAX_DIGITS (Results 1 – 2 of 2) sorted by relevance
42 @VisibleForTesting static final int DIALING_CODE_WITH_PLUS_SIGN_MAX_DIGITS = 4; field in ContactsIndexerPhoneNumberUtils149 int len = Math.min(DIALING_CODE_WITH_PLUS_SIGN_MAX_DIGITS, phoneNumberInE164.length()); in parsePhoneNumberInE164()
46 ContactsIndexerPhoneNumberUtils.DIALING_CODE_WITH_PLUS_SIGN_MAX_DIGITS); in testCountryToRegionalCode_dialingCode_hasMaximum_threeDigits()