Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DBluetoothControllerImplTest.java285 assertFalse(mBluetoothControllerImpl.isBluetoothAudioProfileOnly()); in testOnActiveDeviceChanged_updatesAudioActive()
295 assertTrue(mBluetoothControllerImpl.isBluetoothAudioProfileOnly()); in testOnActiveDeviceChanged_updatesAudioActive()
368 assertThat(mBluetoothControllerImpl.isBluetoothAudioProfileOnly()).isFalse(); in isBluetoothAudioProfileOnly_noneConnected_false()
379 assertThat(mBluetoothControllerImpl.isBluetoothAudioProfileOnly()).isTrue(); in isBluetoothAudioProfileOnly_onlyLeAudioConnected_true()
389 assertThat(mBluetoothControllerImpl.isBluetoothAudioProfileOnly()).isTrue(); in isBluetoothAudioProfileOnly_onlyHeadsetConnected_true()
399 assertThat(mBluetoothControllerImpl.isBluetoothAudioProfileOnly()).isTrue(); in isBluetoothAudioProfileOnly_onlyA2dpConnected_true()
409 assertThat(mBluetoothControllerImpl.isBluetoothAudioProfileOnly()).isTrue(); in isBluetoothAudioProfileOnly_onlyHearingAidConnected_true()
425 assertThat(mBluetoothControllerImpl.isBluetoothAudioProfileOnly()).isTrue(); in isBluetoothAudioProfileOnly_multipleAudioOnlyProfilesConnected_true()
438 assertThat(mBluetoothControllerImpl.isBluetoothAudioProfileOnly()).isFalse(); in isBluetoothAudioProfileOnly_leAudioAndOtherProfileConnected_false()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DBluetoothController.java36 boolean isBluetoothAudioProfileOnly(); in isBluetoothAudioProfileOnly() method
H A DBluetoothControllerImpl.java217 public boolean isBluetoothAudioProfileOnly() { in isBluetoothAudioProfileOnly() method in BluetoothControllerImpl
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/utils/leaks/
H A DFakeBluetoothController.java61 public boolean isBluetoothAudioProfileOnly() { in isBluetoothAudioProfileOnly() method in FakeBluetoothController
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBarPolicy.java479 || !mBluetooth.isBluetoothAudioProfileOnly())) { in updateBluetooth()