Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/contacts/common/
DMoreContactUtils.java88 final String dataPart2 = dataParts2[i]; in shouldCollapsePhoneNumbers() local
91 if (TextUtils.equals(dataPart1, dataPart2)) { in shouldCollapsePhoneNumbers()
96 final PhoneNumberUtil.MatchType result = util.isNumberMatch(dataPart1, dataPart2); in shouldCollapsePhoneNumbers()
143 if (dataPart2.trim().charAt(0) == '1') { in shouldCollapsePhoneNumbers()
160 util.parse(dataPart2, null); in shouldCollapsePhoneNumbers()
/packages/apps/Contacts/src/com/android/contacts/
DMoreContactUtils.java88 final String dataPart2 = dataParts2[i]; in shouldCollapsePhoneNumbers() local
91 if (TextUtils.equals(dataPart1, dataPart2)) continue; in shouldCollapsePhoneNumbers()
94 final PhoneNumberUtil.MatchType result = util.isNumberMatch(dataPart1, dataPart2); in shouldCollapsePhoneNumbers()
141 if (dataPart2.trim().charAt(0) == '1') { in shouldCollapsePhoneNumbers()
158 util.parse(dataPart2, null); in shouldCollapsePhoneNumbers()