Searched refs:mockBluetoothDevice (Results 1 – 1 of 1) sorted by relevance
223 val mockBluetoothDevice = mock(BluetoothDevice::class.java) in <lambda>() constant224 whenever(mockBluetoothDevice.bondState).thenReturn(BluetoothDevice.BOND_NONE) in <lambda>()225 whenever(cachedDevice.device).thenReturn(mockBluetoothDevice) in <lambda>()237 val mockBluetoothDevice = mock(BluetoothDevice::class.java) in <lambda>() constant238 whenever(mockBluetoothDevice.bondState).thenReturn(BluetoothDevice.BOND_BONDED) in <lambda>()239 whenever(cachedDevice.device).thenReturn(mockBluetoothDevice) in <lambda>()