Searched refs:networkCountry (Results 1 – 1 of 1) sorted by relevance
4503 final String networkCountry = MccTable.countryCodeForMcc(Integer.parseInt(networkMCC)); in inSameCountry() local4505 if (networkCountry.isEmpty() || homeCountry.isEmpty()) { in inSameCountry()4509 inSameCountry = homeCountry.equals(networkCountry); in inSameCountry()4514 if ("us".equals(homeCountry) && "vi".equals(networkCountry)) { in inSameCountry()4516 } else if ("vi".equals(homeCountry) && "us".equals(networkCountry)) { in inSameCountry()