Searched refs:Unavailable (Results 1 – 6 of 6) sorted by relevance
48 return DeviceAllocationState.Unavailable; in handleDeviceEvent()52 return DeviceAllocationState.Unavailable; in handleDeviceEvent()84 return DeviceAllocationState.Unavailable; in handleDeviceEvent()90 return DeviceAllocationState.Unavailable; in handleDeviceEvent()92 return DeviceAllocationState.Unavailable; in handleDeviceEvent()118 return DeviceAllocationState.Unavailable; in handleDeviceEvent()144 return DeviceAllocationState.Unavailable; in handleDeviceEvent()178 return DeviceAllocationState.Unavailable; in handleDeviceEvent()
29 Unavailable(new UnavailableHandler()), enumConstant
65 if (deviceDesc.getState() == DeviceAllocationState.Unavailable) { in getUnavailableDevices()
224 if (d == null || DeviceAllocationState.Unavailable.equals(d.getAllocationState())) {
399 if (r.stateChanged && r.allocationState == DeviceAllocationState.Unavailable) { in checkAndAddAvailableDevice()
625 .andReturn(new DeviceEventResponse(DeviceAllocationState.Unavailable, true)); in testSetState_offline()