Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBluetoothController.java33 boolean isBluetoothConnecting(); in isBluetoothConnecting() method
DBluetoothControllerImpl.java195 public boolean isBluetoothConnecting() { in isBluetoothConnecting() method in BluetoothControllerImpl
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/utils/leaks/
DFakeBluetoothController.java55 public boolean isBluetoothConnecting() { in isBluetoothConnecting() method in FakeBluetoothController
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DBluetoothControllerImplTest.java164 assertTrue(mBluetoothControllerImpl.isBluetoothConnecting()); in testOnServiceConnected_updatesConnectionState()
188 assertFalse(mBluetoothControllerImpl.isBluetoothConnecting()); in testOnBluetoothStateChange_updatesConnectionState()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DBluetoothTile.java136 final boolean connecting = mController.isBluetoothConnecting(); in handleUpdateState()