Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java1047 final String homeCountry = MccTable.countryCodeForMcc(Integer.parseInt(homeMCC)); 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()