Searched refs:returnedDevices (Results 1 – 1 of 1) sorted by relevance
227 List<DeviceDescriptor> returnedDevices = mRemoteClient.sendListDevices(); in testListDevices() local228 assertEquals(2, returnedDevices.size()); in testListDevices()229 assertEquals("serial", returnedDevices.get(0).getSerial()); in testListDevices()230 assertFalse(returnedDevices.get(0).isStubDevice()); in testListDevices()231 assertEquals(DeviceAllocationState.Available, returnedDevices.get(0).getState()); in testListDevices()232 assertEquals("tuna", returnedDevices.get(0).getProduct()); in testListDevices()233 assertEquals("toro", returnedDevices.get(0).getProductVariant()); in testListDevices()234 assertEquals("18", returnedDevices.get(0).getSdkVersion()); in testListDevices()235 assertEquals("JWR67C", returnedDevices.get(0).getBuildId()); in testListDevices()236 assertEquals("4", returnedDevices.get(0).getBatteryLevel()); in testListDevices()[all …]