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.java39 boolean canConfigBluetooth(); in canConfigBluetooth() method
DBluetoothControllerImpl.java91 public boolean canConfigBluetooth() { in canConfigBluetooth() method in BluetoothControllerImpl
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/utils/leaks/
DFakeBluetoothController.java85 public boolean canConfigBluetooth() { in canConfigBluetooth() method in FakeBluetoothController
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DBluetoothTile.java104 if (!mController.canConfigBluetooth()) { in handleSecondaryClick()