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/
DIManagedTestDevice.java31 final DeviceAllocationState allocationState; field in IManagedTestDevice.DeviceEventResponse
36 allocationState = s; in DeviceEventResponse()
DManagedDeviceList.java59 return r.stateChanged && r.allocationState == DeviceAllocationState.Allocated; in matches()
258 if (r != null && r.allocationState == DeviceAllocationState.Unknown) {
DDeviceManager.java389 if (r.stateChanged && r.allocationState == DeviceAllocationState.Available) { in checkAndAddAvailableDevice()
399 if (r.stateChanged && r.allocationState == DeviceAllocationState.Unavailable) { in checkAndAddAvailableDevice()
509 if (r.stateChanged && r.allocationState == DeviceAllocationState.Allocated) { in forceAllocateDevice()
561 r.allocationState.toString()); in freeDevice()
1031 if (r.stateChanged && r.allocationState == in deviceChanged()
1073 && r.allocationState in deviceConnected()