Home | History | Annotate | Download | only in hfp

Lines Matching refs:serviceState

21 import android.telephony.ServiceState;
39 private ServiceState mServiceState;
233 public void onServiceStateChanged(ServiceState serviceState) {
235 mServiceState = serviceState;
236 mService = (serviceState.getState() == ServiceState.STATE_IN_SERVICE) ?
239 setRoam(serviceState.getRoaming() ? HeadsetHalConstants.SERVICE_TYPE_ROAMING
318 ServiceState.RIL_RADIO_TECHNOLOGY_EVDO_0 ||
320 ServiceState.RIL_RADIO_TECHNOLOGY_EVDO_A)) {