Home | History | Annotate | Download | only in hfp

Lines Matching refs:serviceState

22 import android.telephony.ServiceState;
39 private ServiceState mServiceState;
249 public void onServiceStateChanged(ServiceState serviceState) {
251 mServiceState = serviceState;
252 mService = (serviceState.getState() == ServiceState.STATE_IN_SERVICE) ?
255 setRoam(serviceState.getRoaming() ? HeadsetHalConstants.SERVICE_TYPE_ROAMING
334 ServiceState.RIL_RADIO_TECHNOLOGY_EVDO_0 ||
336 ServiceState.RIL_RADIO_TECHNOLOGY_EVDO_A)) {