Searched defs:phoneNumberNormalized (Results 1 – 2 of 2) sorted by relevance
47 String phoneNumberNormalized = PhoneNumberUtils.normalizeNumber(phoneNumberOriginal); in testFormatNational_originalFormat1() local58 String phoneNumberNormalized = PhoneNumberUtils.normalizeNumber(phoneNumberOriginal); in testFormatNational_originalFormat2() local69 String phoneNumberNormalized = PhoneNumberUtils.normalizeNumber(phoneNumberOriginal); in testFormatNational_originalFormat3() local80 String phoneNumberNormalized = PhoneNumberUtils.normalizeNumber(phoneNumberOriginal); in testFormatNational_originalFormat4() local91 String phoneNumberNormalized = PhoneNumberUtils.normalizeNumber(phoneNumberOriginal); in testFormatNational_originalFormat5() local102 String phoneNumberNormalized = PhoneNumberUtils.normalizeNumber(phoneNumberOriginal); in testFormatNational_withCountryCode_us() local113 String phoneNumberNormalized = PhoneNumberUtils.normalizeNumber(phoneNumberOriginal); in testFormatNational_withCountryCode_cn() local124 String phoneNumberNormalized = PhoneNumberUtils.normalizeNumber(phoneNumberOriginal); in testFormatNational_withoutCountryCode() local135 String phoneNumberNormalized = PhoneNumberUtils.normalizeNumber(phoneNumberOriginal); in testCreateFormatNational_withRightCountryCode() local146 String phoneNumberNormalized = PhoneNumberUtils.normalizeNumber(phoneNumberOriginal); in testCreateFormatNational_withoutCountryCodePassedIn() local[all …]
78 String phoneNumberNormalized = PhoneNumberUtils.normalizeNumber(phoneNumberOriginal); in createPhoneNumberVariants() local175 static String createFormatNational( in createFormatNational()