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