Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/app/contactinfo/
DNumberWithCountryIso.java53 int countryHashCode = countryIso == null ? 0 : countryIso.hashCode(); in hashCode() local
55 return numberHashCode ^ countryHashCode; in hashCode()