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