Home
last modified time | relevance | path

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

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