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

  /frameworks/av/services/audiopolicy/enginedefault/src/
Engine.h 110 return is_state_in_call(mPhoneState);
116 return mPhoneState;
134 audio_mode_t mPhoneState; /**< current phone 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(
  /frameworks/av/services/audiopolicy/service/
AudioPolicyService.h     [all...]
  /packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfp/
HeadsetServiceTest.java 84 @Mock private HeadsetPhoneState mPhoneState;
118 when(mSystemInterface.getHeadsetPhoneState()).thenReturn(mPhoneState);
    [all...]
HeadsetStateMachineTest.java 77 @Mock private HeadsetPhoneState mPhoneState;
90 when(mSystemInterface.getHeadsetPhoneState()).thenReturn(mPhoneState);
    [all...]
HeadsetServiceAndStateMachineTest.java 150 @Mock private HeadsetPhoneState mPhoneState;
186 when(mSystemInterface.getHeadsetPhoneState()).thenReturn(mPhoneState);
    [all...]
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyManagerBase.h 545 int mPhoneState; // current phone state
  /frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
KeyguardViewMediator.java 279 private String mPhoneState = TelephonyManager.EXTRA_STATE_IDLE;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/keyguard/
KeyguardUpdateMonitor.java 195 private int mPhoneState;
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 336 milliseconds