Searched refs:currentServiceState (Results 1 – 1 of 1) sorted by relevance
5417 protected void setRoamingType(ServiceState currentServiceState) { in setRoamingType() argument5419 (currentServiceState.getState() == ServiceState.STATE_IN_SERVICE); in setRoamingType()5421 if (currentServiceState.getVoiceRoaming()) { in setRoamingType()5424 if (inSameCountry(currentServiceState.getOperatorNumeric())) { in setRoamingType()5425 currentServiceState.setVoiceRoamingType( in setRoamingType()5428 currentServiceState.setVoiceRoamingType( in setRoamingType()5438 currentServiceState.setVoiceRoamingType(ServiceState.ROAMING_TYPE_DOMESTIC); in setRoamingType()5439 int curRoamingIndicator = currentServiceState.getCdmaRoamingIndicator(); in setRoamingType()5442 currentServiceState.setVoiceRoamingType( in setRoamingType()5449 if (inSameCountry(currentServiceState.getOperatorNumeric())) { in setRoamingType()[all …]