Searched refs:sortedList (Results 1 – 2 of 2) sorted by relevance
179 for (ApiElement element : sortedList(elements)) { in print()184 private <T extends ApiElement> List<T> sortedList(Collection<T> elements) { in sortedList() method in ApiElement
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()