Searched refs:DeviceAllocationEventHandler (Results 1 – 2 of 2) sorted by relevance
23 interface DeviceAllocationEventHandler { interface39 class UnknownHandler implements DeviceAllocationEventHandler {75 class CheckingAvailHandler implements DeviceAllocationEventHandler {110 class AvailableHandler implements DeviceAllocationEventHandler {140 class AllocatedHandler implements DeviceAllocationEventHandler {168 class UnavailableHandler implements DeviceAllocationEventHandler {192 class IgnoredHandler implements DeviceAllocationEventHandler {
21 public enum DeviceAllocationState implements DeviceAllocationEventHandler {35 private final DeviceAllocationEventHandler mEventHandler;37 DeviceAllocationState(DeviceAllocationEventHandler eventHandler) { in DeviceAllocationState()