Searched refs:isBluetoothAudioActive (Results 1 – 5 of 5) sorted by relevance
284 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()
37 boolean isBluetoothAudioActive(); in isBluetoothAudioActive() method
222 public boolean isBluetoothAudioActive() { in isBluetoothAudioActive() method in BluetoothControllerImpl
66 public boolean isBluetoothAudioActive() { in isBluetoothAudioActive() method in FakeBluetoothController
478 && (mBluetooth.isBluetoothAudioActive() in updateBluetooth()