Searched refs:dataPart1 (Results 1 – 1 of 1) sorted by relevance
87 final String dataPart1 = PhoneNumberUtils.convertKeypadLettersToDigits(dataParts1[i]); in shouldCollapsePhoneNumbers() local91 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()