Home
last modified time | relevance | path

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

/tools/tradefederation/core/javatests/com/android/tradefed/device/
DDeviceManagerTest.java793 DeviceDescriptor availDevice1 = createDeviceDesc("aaa", DeviceAllocationState.Available); in testSortDeviceList() local
797 ArrayUtil.list(availDevice1, availDevice2, allocatedDevice); in testSortDeviceList()
800 assertEquals(availDevice1, sortedList.get(1)); in testSortDeviceList()