Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/utils/leaks/
DFakeBluetoothController.java61 public boolean isBluetoothAudioProfileOnly() { in isBluetoothAudioProfileOnly() method in FakeBluetoothController
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBluetoothController.java36 boolean isBluetoothAudioProfileOnly(); in isBluetoothAudioProfileOnly() method
DBluetoothControllerImpl.java219 public boolean isBluetoothAudioProfileOnly() { in isBluetoothAudioProfileOnly() method in BluetoothControllerImpl
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/policy/
DFakeBluetoothController.kt52 override fun isBluetoothAudioProfileOnly(): Boolean = false in isBluetoothSupported() method in com.android.systemui.statusbar.policy.FakeBluetoothController