Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java1046 final String networkCountry = MccTable.countryCodeForMcc(Integer.parseInt(networkMCC)); in inSameCountry() local
1048 if (networkCountry.isEmpty() || homeCountry.isEmpty()) { in inSameCountry()
1052 inSameCountry = homeCountry.equals(networkCountry); in inSameCountry()
1057 if ("us".equals(homeCountry) && "vi".equals(networkCountry)) { in inSameCountry()
1059 } else if ("vi".equals(homeCountry) && "us".equals(networkCountry)) { in inSameCountry()