Searched refs:networkCountry (Results 1 – 1 of 1) sorted by relevance
4631 final String networkCountry = MccTable.countryCodeForMcc(Integer.parseInt(networkMCC)); in inSameCountry() local4633 if (networkCountry.isEmpty() || homeCountry.isEmpty()) { in inSameCountry()4637 inSameCountry = homeCountry.equals(networkCountry); in inSameCountry()4642 if ("us".equals(homeCountry) && "vi".equals(networkCountry)) { in inSameCountry()4644 } else if ("vi".equals(homeCountry) && "us".equals(networkCountry)) { in inSameCountry()