Home
last modified time | relevance | path

Searched refs:isBluetoothConnecting (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBluetoothController.java30 boolean isBluetoothConnecting(); in isBluetoothConnecting() method
DBluetoothControllerImpl.java116 public boolean isBluetoothConnecting() { in isBluetoothConnecting() method in BluetoothControllerImpl
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DBluetoothTile.java97 final boolean connecting = mController.isBluetoothConnecting(); in handleUpdateState()