Searched refs:isBluetoothAudioActive (Results 1 – 5 of 5) sorted by relevance
35 boolean isBluetoothAudioActive(); in isBluetoothAudioActive() method
205 public boolean isBluetoothAudioActive() { in isBluetoothAudioActive() method in BluetoothControllerImpl
65 public boolean isBluetoothAudioActive() { in isBluetoothAudioActive() method in FakeBluetoothController
215 assertFalse(mBluetoothControllerImpl.isBluetoothAudioActive()); in testOnActiveDeviceChanged_updatesAudioActive()233 assertTrue(mBluetoothControllerImpl.isBluetoothAudioActive()); in testOnActiveDeviceChanged_updatesAudioActive()
451 && (mBluetooth.isBluetoothAudioActive() in updateBluetooth()