Home | History | Annotate | Download | only in phone

Lines Matching full:servicestate

48 import android.telephony.ServiceState;
89 private ServiceState mServiceState;
696 ServiceState state = (ServiceState) ((AsyncResult) msg.obj).result;
825 (mServiceState.getRadioTechnology() == ServiceState.RADIO_TECHNOLOGY_EVDO_0 ||
826 mServiceState.getRadioTechnology() == ServiceState.RADIO_TECHNOLOGY_EVDO_A)) {
972 private synchronized void updateServiceState(boolean sendUpdate, ServiceState state) {
973 int service = state.getState() == ServiceState.STATE_IN_SERVICE ? 1 : 0;
3008 mBluetoothPhoneState.updateServiceState(true, ServiceState.newFromBundle(b));