Searched refs:newMockDevice (Results 1 – 1 of 1) sorted by relevance
504 IDevice newMockDevice = mock(IDevice.class); in testSetIDevice() local505 when(newMockDevice.getSerialNumber()).thenReturn(DEVICE_SERIAL); in testSetIDevice()506 when(newMockDevice.getState()).thenReturn(DeviceState.ONLINE); in testSetIDevice()513 mDeviceListener.deviceConnected(newMockDevice); in testSetIDevice()514 assertEquals(newMockDevice, device.getIDevice()); in testSetIDevice()