Searched refs:inSameCountry (Results 1 – 1 of 1) sorted by relevance
4490 protected boolean inSameCountry(String operatorNumeric) { in inSameCountry() method in ServiceStateTracker4500 boolean inSameCountry = true; in inSameCountry()4509 inSameCountry = homeCountry.equals(networkCountry); in inSameCountry()4510 if (inSameCountry) { in inSameCountry()4511 return inSameCountry; in inSameCountry()4515 inSameCountry = true; in inSameCountry()4517 inSameCountry = true; in inSameCountry()4519 return inSameCountry; in inSameCountry()4533 if (inSameCountry(currentServiceState.getVoiceOperatorNumeric())) { in setRoamingType()4557 if (inSameCountry(currentServiceState.getVoiceOperatorNumeric())) { in setRoamingType()[all …]