Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBluetoothController.java29 boolean isBluetoothConnected(); in isBluetoothConnected() method
DBluetoothControllerImpl.java111 public boolean isBluetoothConnected() { in isBluetoothConnected() method in BluetoothControllerImpl
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DBluetoothTile.java96 final boolean connected = mController.isBluetoothConnected(); in handleUpdateState()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarPolicy.java291 if (mBluetooth.isBluetoothConnected()) { in updateBluetooth()