Home
last modified time | relevance | path

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

/aosp12/packages/apps/Dialer/java/com/android/contacts/common/
H A DMoreContactUtils.java87 final String dataPart1 = PhoneNumberUtils.convertKeypadLettersToDigits(dataParts1[i]); in shouldCollapsePhoneNumbers() local
91 if (TextUtils.equals(dataPart1, dataPart2)) { in shouldCollapsePhoneNumbers()
96 final PhoneNumberUtil.MatchType result = util.isNumberMatch(dataPart1, dataPart2); in shouldCollapsePhoneNumbers()
109 if (util.parse(dataPart1, null).getCountryCode() == 1) { in shouldCollapsePhoneNumbers()
/aosp12/packages/apps/Contacts/src/com/android/contacts/
H A DMoreContactUtils.java87 final String dataPart1 = PhoneNumberUtils.convertKeypadLettersToDigits(dataParts1[i]); in shouldCollapsePhoneNumbers() local
91 if (TextUtils.equals(dataPart1, dataPart2)) continue; in shouldCollapsePhoneNumbers()
94 final PhoneNumberUtil.MatchType result = util.isNumberMatch(dataPart1, dataPart2); in shouldCollapsePhoneNumbers()
107 if (util.parse(dataPart1, null).getCountryCode() == 1) { in shouldCollapsePhoneNumbers()