Home
last modified time | relevance | path

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

/tools/tradefederation/core/remote/src/com/android/tradefed/device/
DDeviceAllocationEventHandler.java115 case EXPLICIT_ALLOCATE_REQUEST: in handleDeviceEvent()
198 case EXPLICIT_ALLOCATE_REQUEST: in handleDeviceEvent()
DDeviceEvent.java32 EXPLICIT_ALLOCATE_REQUEST, enumConstant
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DDeviceManagerTest.java325 DeviceEvent.EXPLICIT_ALLOCATE_REQUEST)) in testAllocateDevice_match()
346 DeviceEvent.EXPLICIT_ALLOCATE_REQUEST)) in testAllocateDevice_match_temporary()
/tools/tradefederation/core/src/com/android/tradefed/device/
DManagedDeviceList.java60 event = DeviceEvent.EXPLICIT_ALLOCATE_REQUEST; in matches()