Searched refs:homeMCC (Results 1 – 1 of 1) sorted by relevance
4502 final String homeMCC = homeNumeric.substring(0, 3); in inSameCountry() local4504 final String homeCountry = MccTable.countryCodeForMcc(Integer.parseInt(homeMCC)); in inSameCountry()