Home | History | Annotate | Download | only in hfp

Lines Matching refs:ServiceState

21 import android.telephony.ServiceState;
37 private ServiceState mServiceState;
182 public void onServiceStateChanged(ServiceState serviceState) {
183 mServiceState = serviceState;
184 mService = (serviceState.getState() == ServiceState.STATE_IN_SERVICE) ?
187 setRoam(serviceState.getRoaming() ? HeadsetHalConstants.SERVICE_TYPE_ROAMING
254 ServiceState.RIL_RADIO_TECHNOLOGY_EVDO_0 ||
256 ServiceState.RIL_RADIO_TECHNOLOGY_EVDO_A)) {