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.java4725 protected void setRoamingType(ServiceState currentServiceState) { in setRoamingType() argument
4727 (currentServiceState.getVoiceRegState() == ServiceState.STATE_IN_SERVICE); in setRoamingType()
4729 if (currentServiceState.getVoiceRoaming()) { in setRoamingType()
4732 if (inSameCountry(currentServiceState.getVoiceOperatorNumeric())) { in setRoamingType()
4733 currentServiceState.setVoiceRoamingType( in setRoamingType()
4736 currentServiceState.setVoiceRoamingType( in setRoamingType()
4745 currentServiceState.setVoiceRoamingType(ServiceState.ROAMING_TYPE_DOMESTIC); in setRoamingType()
4746 int curRoamingIndicator = currentServiceState.getCdmaRoamingIndicator(); in setRoamingType()
4749 currentServiceState.setVoiceRoamingType( in setRoamingType()
4756 if (inSameCountry(currentServiceState.getVoiceOperatorNumeric())) { in setRoamingType()
[all …]