Searched refs:currentServiceState (Results 1 – 1 of 1) sorted by relevance
5350 protected void setRoamingType(ServiceState currentServiceState) { in setRoamingType() argument5352 (currentServiceState.getState() == ServiceState.STATE_IN_SERVICE); in setRoamingType()5354 if (currentServiceState.getVoiceRoaming()) { in setRoamingType()5357 if (inSameCountry(currentServiceState.getOperatorNumeric())) { in setRoamingType()5358 currentServiceState.setVoiceRoamingType( in setRoamingType()5361 currentServiceState.setVoiceRoamingType( in setRoamingType()5370 currentServiceState.setVoiceRoamingType(ServiceState.ROAMING_TYPE_DOMESTIC); in setRoamingType()5371 int curRoamingIndicator = currentServiceState.getCdmaRoamingIndicator(); in setRoamingType()5374 currentServiceState.setVoiceRoamingType( in setRoamingType()5381 if (inSameCountry(currentServiceState.getOperatorNumeric())) { in setRoamingType()[all …]