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

  /hardware/qcom/audio/legacy/alsa_sound/
AudioPolicyManagerALSA.cpp 57 if (state == mPhoneState) {
72 int oldState = mPhoneState;
73 mPhoneState = state;
  /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(
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetStateMachine.java 134 private HeadsetPhoneState mPhoneState;
188 mPhoneState = new HeadsetPhoneState(context, this);
242 if (mPhoneState != null) {
243 mPhoneState.listenForPhoneState(false);
244 mPhoneState.cleanup();
260 mPhoneState.listenForPhoneState(false);
    [all...]
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardUpdateMonitor.java 107 private int mPhoneState;
700 mPhoneState = TelephonyManager.CALL_STATE_IDLE;
702 mPhoneState = TelephonyManager.CALL_STATE_OFFHOOK;
704 mPhoneState = TelephonyManager.CALL_STATE_RINGING;
709 cb.onPhoneStateChanged(mPhoneState);
    [all...]
KeyguardViewMediator.java 228 private String mPhoneState = TelephonyManager.EXTRA_STATE_IDLE;
    [all...]
  /hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp 290 if (state == mPhoneState ) {
305 int oldState = mPhoneState;
306 mPhoneState = state;
398 ALOGV("setForceUse() usage %d, config %d, mPhoneState %d", usage, config, mPhoneState);
    [all...]
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyManagerBase.h 532 int mPhoneState; // current phone state
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
NetworkController.java 69 int mPhoneState = TelephonyManager.CALL_STATE_IDLE;
    [all...]
  /packages/services/Telephony/src/com/android/phone/
BluetoothPhoneService.java 70 private PhoneConstants.State mPhoneState = PhoneConstants.State.IDLE;
    [all...]

Completed in 792 milliseconds