Searched refs:isBluetoothConnected (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DBluetoothController.java31 boolean isBluetoothConnected(); method in interface:BluetoothController
H A DBluetoothControllerImpl.java155 public boolean isBluetoothConnected() { method in class:BluetoothControllerImpl
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/utils/leaks/
H A DFakeBluetoothController.java48 public boolean isBluetoothConnected() { method in class:FakeBluetoothController
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DBluetoothControllerImplTest.java86 assertTrue(mBluetoothControllerImpl.isBluetoothConnected());
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DBluetoothTile.java119 final boolean connected = mController.isBluetoothConnected();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBarPolicy.java411 if (mBluetooth.isBluetoothConnected()) {

Completed in 883 milliseconds