Searched refs:allocationState (Results 1 – 3 of 3) sorted by relevance
31 final DeviceAllocationState allocationState; field in IManagedTestDevice.DeviceEventResponse36 allocationState = s; in DeviceEventResponse()
59 return r.stateChanged && r.allocationState == DeviceAllocationState.Allocated; in matches()258 if (r != null && r.allocationState == DeviceAllocationState.Unknown) {
389 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()