Home
last modified time | relevance | path

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

/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DIManagedTestDevice.java31 final DeviceAllocationState allocationState; field in IManagedTestDevice.DeviceEventResponse
36 allocationState = s; in DeviceEventResponse()
/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceManager.java466 if (r.stateChanged && r.allocationState == DeviceAllocationState.Available) { in checkAndAddAvailableDevice()
476 if (r.stateChanged && r.allocationState == DeviceAllocationState.Unavailable) { in checkAndAddAvailableDevice()
684 if (r.stateChanged && r.allocationState == DeviceAllocationState.Allocated) { in forceAllocateDevice()
723 device.getSerialNumber(), r.allocationState.toString()); in freeDevice()
751 r.allocationState.toString()); in freeDevice()
961 if (r.stateChanged && r.allocationState == DeviceAllocationState.Allocated) { in connectToTcpDevice()
1315 if (r.stateChanged && r.allocationState == in deviceChanged()
1357 && r.allocationState in deviceConnected()
DManagedDeviceList.java79 r.stateChanged && r.allocationState == DeviceAllocationState.Allocated; in matches()
383 if (r != null && r.allocationState == DeviceAllocationState.Unknown) {