Home
last modified time | relevance | path

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

/frameworks/base/apex/jobscheduler/service/java/com/android/server/deviceidle/
DBluetoothConstraint.java113 static boolean isBluetoothConnected(BluetoothManager bluetoothManager) { in isBluetoothConnected() method in BluetoothConstraint
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/utils/leaks/
DFakeBluetoothController.java50 public boolean isBluetoothConnected() { in isBluetoothConnected() method in FakeBluetoothController
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBluetoothController.java32 boolean isBluetoothConnected(); in isBluetoothConnected() method
DBluetoothControllerImpl.java174 public boolean isBluetoothConnected() { in isBluetoothConnected() method in BluetoothControllerImpl
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DThroughputPredictor.java179 boolean isBluetoothConnected) { in predictThroughput()
382 int channelUtilizationLinkLayerStats, boolean isBluetoothConnected) { in getValidChannelUtilization()
DWifiConnectivityManager.java422 public void setBluetoothConnected(boolean isBluetoothConnected) { in setBluetoothConnected()