Searched refs:isBluetoothConnecting (Results 1 – 6 of 6) sorted by relevance
255 whenever(bluetoothController.isBluetoothConnecting).thenReturn(false)260 whenever(bluetoothController.isBluetoothConnecting).thenReturn(false)266 whenever(bluetoothController.isBluetoothConnecting).thenReturn(true)
35 boolean isBluetoothConnecting(); in isBluetoothConnecting() method
212 public boolean isBluetoothConnecting() { in isBluetoothConnecting() method in BluetoothControllerImpl
56 public boolean isBluetoothConnecting() { in isBluetoothConnecting() method in FakeBluetoothController
157 assertTrue(mBluetoothControllerImpl.isBluetoothConnecting()); in testOnServiceConnected_updatesConnectionState_repoFlagOff()169 assertTrue(mBluetoothControllerImpl.isBluetoothConnecting()); in testOnServiceConnected_updatesConnectionState_repoFlagOn()233 assertFalse(mBluetoothControllerImpl.isBluetoothConnecting()); in testOnBluetoothStateChange_updatesConnectionState()
146 final boolean connecting = mController.isBluetoothConnecting(); in handleUpdateState()