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.java5073 protected void setRoamingType(ServiceState currentServiceState) { in setRoamingType() argument
5075 (currentServiceState.getVoiceRegState() == ServiceState.STATE_IN_SERVICE); in setRoamingType()
5077 if (currentServiceState.getVoiceRoaming()) { in setRoamingType()
5080 if (inSameCountry(currentServiceState.getVoiceOperatorNumeric())) { in setRoamingType()
5081 currentServiceState.setVoiceRoamingType( in setRoamingType()
5084 currentServiceState.setVoiceRoamingType( in setRoamingType()
5093 currentServiceState.setVoiceRoamingType(ServiceState.ROAMING_TYPE_DOMESTIC); in setRoamingType()
5094 int curRoamingIndicator = currentServiceState.getCdmaRoamingIndicator(); in setRoamingType()
5097 currentServiceState.setVoiceRoamingType( in setRoamingType()
5104 if (inSameCountry(currentServiceState.getVoiceOperatorNumeric())) { in setRoamingType()
[all …]