Home
last modified time | relevance | path

Searched defs:isBluetoothAudioActive (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/utils/leaks/
DFakeBluetoothController.java66 public boolean isBluetoothAudioActive() { in isBluetoothAudioActive() method in FakeBluetoothController
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBluetoothController.java37 boolean isBluetoothAudioActive(); in isBluetoothAudioActive() method
DBluetoothControllerImpl.java224 public boolean isBluetoothAudioActive() { in isBluetoothAudioActive() method in BluetoothControllerImpl
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/policy/
DFakeBluetoothController.kt54 override fun isBluetoothAudioActive(): Boolean = false in isBluetoothSupported() method in com.android.systemui.statusbar.policy.FakeBluetoothController