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.java4526 protected void setRoamingType(ServiceState currentServiceState) { in setRoamingType() argument
4528 (currentServiceState.getVoiceRegState() == ServiceState.STATE_IN_SERVICE); in setRoamingType()
4530 if (currentServiceState.getVoiceRoaming()) { in setRoamingType()
4533 if (inSameCountry(currentServiceState.getVoiceOperatorNumeric())) { in setRoamingType()
4534 currentServiceState.setVoiceRoamingType( in setRoamingType()
4537 currentServiceState.setVoiceRoamingType( in setRoamingType()
4546 currentServiceState.setVoiceRoamingType(ServiceState.ROAMING_TYPE_DOMESTIC); in setRoamingType()
4547 int curRoamingIndicator = currentServiceState.getCdmaRoamingIndicator(); in setRoamingType()
4550 currentServiceState.setVoiceRoamingType( in setRoamingType()
4557 if (inSameCountry(currentServiceState.getVoiceOperatorNumeric())) { in setRoamingType()
[all …]