Home
last modified time | relevance | path

Searched refs:currentServiceState (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java4654 protected void setRoamingType(ServiceState currentServiceState) { in setRoamingType() argument
4656 (currentServiceState.getVoiceRegState() == ServiceState.STATE_IN_SERVICE); in setRoamingType()
4658 if (currentServiceState.getVoiceRoaming()) { in setRoamingType()
4661 if (inSameCountry(currentServiceState.getVoiceOperatorNumeric())) { in setRoamingType()
4662 currentServiceState.setVoiceRoamingType( in setRoamingType()
4665 currentServiceState.setVoiceRoamingType( in setRoamingType()
4674 currentServiceState.setVoiceRoamingType(ServiceState.ROAMING_TYPE_DOMESTIC); in setRoamingType()
4675 int curRoamingIndicator = currentServiceState.getCdmaRoamingIndicator(); in setRoamingType()
4678 currentServiceState.setVoiceRoamingType( in setRoamingType()
4685 if (inSameCountry(currentServiceState.getVoiceOperatorNumeric())) { in setRoamingType()
[all …]