Searched refs:sortedList (Results 1 – 2 of 2) sorted by relevance
798 List<DeviceDescriptor> sortedList = DeviceManager.sortDeviceList(deviceList); in testSortDeviceList() local799 assertEquals(allocatedDevice, sortedList.get(0)); in testSortDeviceList()800 assertEquals(availDevice1, sortedList.get(1)); in testSortDeviceList()801 assertEquals(availDevice2, sortedList.get(2)); in testSortDeviceList()
588 List<TestRunResult> sortedList = new ArrayList<>(results); in sortModules() local590 sortedList, in sortModules()615 return sortedList; in sortModules()