Home
last modified time | relevance | path

Searched refs:sortedList (Results 1 – 2 of 2) sorted by relevance

/tools/metalava/src/main/java/com/android/tools/metalava/apilevels/
DApiElement.java179 for (ApiElement element : sortedList(elements)) { in print()
184 private <T extends ApiElement> List<T> sortedList(Collection<T> elements) { in sortedList() method in ApiElement
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DDeviceManagerTest.java798 List<DeviceDescriptor> sortedList = DeviceManager.sortDeviceList(deviceList); in testSortDeviceList() local
799 assertEquals(allocatedDevice, sortedList.get(0)); in testSortDeviceList()
800 assertEquals(availDevice1, sortedList.get(1)); in testSortDeviceList()
801 assertEquals(availDevice2, sortedList.get(2)); in testSortDeviceList()