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

  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetSystemInterface.java 141 public HeadsetPhoneState getHeadsetPhoneState() {
HeadsetService.java 337 mSystemInterface.getHeadsetPhoneState().setCindBatteryCharge(batteryLevel);
    [all...]
HeadsetStateMachine.java     [all...]
  /packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfp/
HeadsetServiceAndStateMachineTest.java 186 when(mSystemInterface.getHeadsetPhoneState()).thenReturn(mPhoneState);
    [all...]
HeadsetServiceTest.java 118 when(mSystemInterface.getHeadsetPhoneState()).thenReturn(mPhoneState);
    [all...]
HeadsetStateMachineTest.java 90 when(mSystemInterface.getHeadsetPhoneState()).thenReturn(mPhoneState);
    [all...]

Completed in 947 milliseconds