Home
last modified time | relevance | path

Searched defs:phoneNumberNormalized (Results 1 – 2 of 2) sorted by relevance

/packages/modules/AppSearch/testing/contactsindexertests/src/com/android/server/appsearch/contactsindexer/
DContactsIndexerPhoneNumberUtilsTest.java47 String phoneNumberNormalized = PhoneNumberUtils.normalizeNumber(phoneNumberOriginal); in testFormatNational_originalFormat1() local
58 String phoneNumberNormalized = PhoneNumberUtils.normalizeNumber(phoneNumberOriginal); in testFormatNational_originalFormat2() local
69 String phoneNumberNormalized = PhoneNumberUtils.normalizeNumber(phoneNumberOriginal); in testFormatNational_originalFormat3() local
80 String phoneNumberNormalized = PhoneNumberUtils.normalizeNumber(phoneNumberOriginal); in testFormatNational_originalFormat4() local
91 String phoneNumberNormalized = PhoneNumberUtils.normalizeNumber(phoneNumberOriginal); in testFormatNational_originalFormat5() local
102 String phoneNumberNormalized = PhoneNumberUtils.normalizeNumber(phoneNumberOriginal); in testFormatNational_withCountryCode_us() local
113 String phoneNumberNormalized = PhoneNumberUtils.normalizeNumber(phoneNumberOriginal); in testFormatNational_withCountryCode_cn() local
124 String phoneNumberNormalized = PhoneNumberUtils.normalizeNumber(phoneNumberOriginal); in testFormatNational_withoutCountryCode() local
135 String phoneNumberNormalized = PhoneNumberUtils.normalizeNumber(phoneNumberOriginal); in testCreateFormatNational_withRightCountryCode() local
146 String phoneNumberNormalized = PhoneNumberUtils.normalizeNumber(phoneNumberOriginal); in testCreateFormatNational_withoutCountryCodePassedIn() local
[all …]
/packages/modules/AppSearch/service/java/com/android/server/appsearch/contactsindexer/
DContactsIndexerPhoneNumberUtils.java78 String phoneNumberNormalized = PhoneNumberUtils.normalizeNumber(phoneNumberOriginal); in createPhoneNumberVariants() local
175 static String createFormatNational( in createFormatNational()