Searched refs:numberToMatch (Results 1 – 1 of 1) sorted by relevance
173 final String numberToMatch = cursor.getString(numberIndex); in removeNoMatchPhoneNumber() local174 if (PhoneNumberUtils.areSamePhoneNumber(number, numberToMatch, defaultCountryIso)) { in removeNoMatchPhoneNumber()