Searched refs:inSameCountry (Results 1 – 1 of 1) sorted by relevance
5036 protected boolean inSameCountry(String operatorNumeric) { in inSameCountry() method in ServiceStateTracker5046 boolean inSameCountry = true; in inSameCountry()5055 inSameCountry = homeCountry.equals(networkCountry); in inSameCountry()5056 if (inSameCountry) { in inSameCountry()5057 return inSameCountry; in inSameCountry()5061 inSameCountry = true; in inSameCountry()5063 inSameCountry = true; in inSameCountry()5065 return inSameCountry; in inSameCountry()5080 if (inSameCountry(currentServiceState.getVoiceOperatorNumeric())) { in setRoamingType()5104 if (inSameCountry(currentServiceState.getVoiceOperatorNumeric())) { in setRoamingType()[all …]