Searched refs:isBluetoothAudioProfileOnly (Results 1 – 5 of 5) sorted by relevance
285 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()
36 boolean isBluetoothAudioProfileOnly(); in isBluetoothAudioProfileOnly() method
217 public boolean isBluetoothAudioProfileOnly() { in isBluetoothAudioProfileOnly() method in BluetoothControllerImpl
61 public boolean isBluetoothAudioProfileOnly() { in isBluetoothAudioProfileOnly() method in FakeBluetoothController
479 || !mBluetooth.isBluetoothAudioProfileOnly())) { in updateBluetooth()