Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/utils/leaks/
H A DFakeBluetoothController.java51 public boolean isBluetoothConnected() { in isBluetoothConnected() method in FakeBluetoothController
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DBluetoothController.java34 boolean isBluetoothConnected(); in isBluetoothConnected() method
H A DBluetoothControllerImpl.java207 public boolean isBluetoothConnected() { in isBluetoothConnected() method in BluetoothControllerImpl
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/deviceidle/
H A DBluetoothConstraint.java113 static boolean isBluetoothConnected(BluetoothManager bluetoothManager) { in isBluetoothConnected() method in BluetoothConstraint