Searched refs:isBluetoothConnecting (Results 1 – 5 of 5) sorted by relevance
33 boolean isBluetoothConnecting(); in isBluetoothConnecting() method
162 public boolean isBluetoothConnecting() { in isBluetoothConnecting() method in BluetoothControllerImpl
55 public boolean isBluetoothConnecting() { in isBluetoothConnecting() method in FakeBluetoothController
173 assertTrue(mBluetoothControllerImpl.isBluetoothConnecting()); in testOnServiceConnected_updatesConnectionState()197 assertFalse(mBluetoothControllerImpl.isBluetoothConnecting()); in testOnBluetoothStateChange_updatesConnectionState()
127 final boolean connecting = mController.isBluetoothConnecting(); in handleUpdateState()