Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBluetoothController.java35 boolean isBluetoothAudioActive(); in isBluetoothAudioActive() method
DBluetoothControllerImpl.java189 public boolean isBluetoothAudioActive() { in isBluetoothAudioActive() method in BluetoothControllerImpl
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/utils/leaks/
DFakeBluetoothController.java65 public boolean isBluetoothAudioActive() { in isBluetoothAudioActive() method in FakeBluetoothController
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DBluetoothControllerImplTest.java236 assertFalse(mBluetoothControllerImpl.isBluetoothAudioActive()); in testOnActiveDeviceChanged_updatesAudioActive()
254 assertTrue(mBluetoothControllerImpl.isBluetoothAudioActive()); in testOnActiveDeviceChanged_updatesAudioActive()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarPolicy.java383 && (mBluetooth.isBluetoothAudioActive() in updateBluetooth()