Home
last modified time | relevance | path

Searched refs:DeviceAllocationEventHandler (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/remote/src/com/android/tradefed/device/
DDeviceAllocationEventHandler.java23 interface DeviceAllocationEventHandler { interface
39 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 {
DDeviceAllocationState.java21 public enum DeviceAllocationState implements DeviceAllocationEventHandler {
35 private final DeviceAllocationEventHandler mEventHandler;
37 DeviceAllocationState(DeviceAllocationEventHandler eventHandler) { in DeviceAllocationState()