Home
last modified time | relevance | path

Searched refs:isBluetoothAudioActive (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DBluetoothControllerImplTest.java284 assertFalse(mBluetoothControllerImpl.isBluetoothAudioActive()); in testOnActiveDeviceChanged_updatesAudioActive()
294 assertTrue(mBluetoothControllerImpl.isBluetoothAudioActive()); in testOnActiveDeviceChanged_updatesAudioActive()
305 assertThat(mBluetoothControllerImpl.isBluetoothAudioActive()).isTrue(); in isBluetoothAudioActive_headsetIsActive_true()
315 assertThat(mBluetoothControllerImpl.isBluetoothAudioActive()).isTrue(); in isBluetoothAudioActive_a2dpIsActive_true()
325 assertThat(mBluetoothControllerImpl.isBluetoothAudioActive()).isTrue(); in isBluetoothAudioActive_hearingAidIsActive_true()
335 assertThat(mBluetoothControllerImpl.isBluetoothAudioActive()).isTrue(); in isBluetoothAudioActive_leAudioIsActive_true()
345 assertThat(mBluetoothControllerImpl.isBluetoothAudioActive()).isFalse(); in isBluetoothAudioActive_otherProfile_false()
355 assertThat(mBluetoothControllerImpl.isBluetoothAudioActive()).isFalse(); in isBluetoothAudioActive_leAudio_butNotActive_false()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DBluetoothController.java37 boolean isBluetoothAudioActive(); in isBluetoothAudioActive() method
H A DBluetoothControllerImpl.java222 public boolean isBluetoothAudioActive() { in isBluetoothAudioActive() method in BluetoothControllerImpl
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/utils/leaks/
H A DFakeBluetoothController.java66 public boolean isBluetoothAudioActive() { in isBluetoothAudioActive() method in FakeBluetoothController
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBarPolicy.java478 && (mBluetooth.isBluetoothAudioActive() in updateBluetooth()