HomeSort by relevance Sort by last modified time
    Searched refs:mServiceState (Results 1 - 4 of 4) sorted by null

  /frameworks/base/telephony/java/com/android/internal/telephony/
PhoneStateIntentReceiver.java 50 ServiceState mServiceState = new ServiceState();
94 return mServiceState;
209 mServiceState = ServiceState.newFromBundle(intent.getExtras());
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
StatusBarPolicy.java 311 ServiceState mServiceState;
759 mServiceState = state;
    [all...]
  /frameworks/base/services/java/com/android/server/
TelephonyRegistry.java 74 private ServiceState mServiceState = new ServiceState();
156 sendServiceState(r, mServiceState);
259 mServiceState = state;
462 pw.println(" mServiceState=" + mServiceState);
  /packages/apps/Phone/src/com/android/phone/
BluetoothHandsfree.java 76 private ServiceState mServiceState;
473 if (mServiceState != null &&
474 (mServiceState.getRadioTechnology() == ServiceState.RADIO_TECHNOLOGY_EVDO_0 ||
475 mServiceState.getRadioTechnology() == ServiceState.RADIO_TECHNOLOGY_EVDO_A)) {
621 mServiceState = state;
    [all...]

Completed in 781 milliseconds