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