Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceManager.java451 if (r.stateChanged && r.allocationState == DeviceAllocationState.Available) { in checkAndAddAvailableDevice()
461 if (r.stateChanged && r.allocationState == DeviceAllocationState.Unavailable) { in checkAndAddAvailableDevice()
636 if (r.stateChanged && r.allocationState == DeviceAllocationState.Allocated) { in forceAllocateDevice()
673 device.getSerialNumber(), r.allocationState.toString()); in freeDevice()
704 r.allocationState.toString()); in freeDevice()
859 if (r.stateChanged && r.allocationState == DeviceAllocationState.Allocated) { in connectToTcpDevice()
1205 if (r.stateChanged && r.allocationState == in deviceChanged()
1247 && r.allocationState in deviceConnected()
DManagedDeviceList.java63 return r.stateChanged && r.allocationState == DeviceAllocationState.Allocated; in matches()
285 if (r != null && r.allocationState == DeviceAllocationState.Unknown) {
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DIManagedTestDevice.java31 final DeviceAllocationState allocationState; field in IManagedTestDevice.DeviceEventResponse
36 allocationState = s; in DeviceEventResponse()