Home
last modified time | relevance | path

Searched refs:canConfigBluetooth (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBluetoothController.java41 boolean canConfigBluetooth(); in canConfigBluetooth() method
DBluetoothControllerImpl.java106 public boolean canConfigBluetooth() { in canConfigBluetooth() method in BluetoothControllerImpl
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/utils/leaks/
DFakeBluetoothController.java95 public boolean canConfigBluetooth() { in canConfigBluetooth() method in FakeBluetoothController
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DBluetoothTile.java115 if (!mController.canConfigBluetooth()) { in handleSecondaryClick()