Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBluetoothController.java27 boolean isBluetoothSupported(); in isBluetoothSupported() method
DBluetoothControllerImpl.java186 public boolean isBluetoothSupported() { in isBluetoothSupported() method in BluetoothControllerImpl
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/utils/leaks/
DFakeBluetoothController.java35 public boolean isBluetoothSupported() { in isBluetoothSupported() method in FakeBluetoothController
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DBluetoothTile.java246 return mController.isBluetoothSupported(); in isAvailable()