Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DBluetoothController.java29 boolean isBluetoothSupported(); in isBluetoothSupported() method
H A DBluetoothControllerImpl.java234 public boolean isBluetoothSupported() { in isBluetoothSupported() method in BluetoothControllerImpl
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/utils/leaks/
H A DFakeBluetoothController.java36 public boolean isBluetoothSupported() { in isBluetoothSupported() method in FakeBluetoothController
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DBluetoothTile.java266 return mController.isBluetoothSupported(); in isAvailable()