Searched refs:inSameCountry (Results 1 – 1 of 1) sorted by relevance
4618 protected boolean inSameCountry(String operatorNumeric) { in inSameCountry() method in ServiceStateTracker4628 boolean inSameCountry = true; in inSameCountry()4637 inSameCountry = homeCountry.equals(networkCountry); in inSameCountry()4638 if (inSameCountry) { in inSameCountry()4639 return inSameCountry; in inSameCountry()4643 inSameCountry = true; in inSameCountry()4645 inSameCountry = true; in inSameCountry()4647 return inSameCountry; in inSameCountry()4661 if (inSameCountry(currentServiceState.getVoiceOperatorNumeric())) { in setRoamingType()4685 if (inSameCountry(currentServiceState.getVoiceOperatorNumeric())) { in setRoamingType()[all …]