HomeSort by relevance Sort by last modified time
    Searched defs:mPhoneState (Results 1 - 7 of 7) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetStateMachine.java 129 private HeadsetPhoneState mPhoneState;
179 mPhoneState = new HeadsetPhoneState(context, this);
232 if (mPhoneState != null) {
233 mPhoneState.listenForPhoneState(false);
234 mPhoneState.cleanup();
250 mPhoneState.listenForPhoneState(false);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneStateIntentReceiver.java 47 PhoneConstants.State mPhoneState = PhoneConstants.State.IDLE;
83 return mPhoneState;
177 mPhoneState = Enum.valueOf(
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyManagerBase.h 526 int mPhoneState; // current phone state
  /packages/apps/Phone/src/com/android/phone/
BluetoothPhoneService.java 70 private PhoneConstants.State mPhoneState = PhoneConstants.State.IDLE;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
NetworkController.java 70 int mPhoneState = TelephonyManager.CALL_STATE_IDLE;
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardUpdateMonitor.java 106 private int mPhoneState;
639 mPhoneState = TelephonyManager.CALL_STATE_IDLE;
641 mPhoneState = TelephonyManager.CALL_STATE_OFFHOOK;
643 mPhoneState = TelephonyManager.CALL_STATE_RINGING;
648 cb.onPhoneStateChanged(mPhoneState);
    [all...]
KeyguardViewMediator.java 231 private String mPhoneState = TelephonyManager.EXTRA_STATE_IDLE;
    [all...]

Completed in 951 milliseconds