Home
last modified time | relevance | path

Searched defs:handleDeviceEvent (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/remote/src/com/android/tradefed/device/
DDeviceAllocationEventHandler.java24 DeviceAllocationState handleDeviceEvent(DeviceEvent event); in handleDeviceEvent() method
41 public DeviceAllocationState handleDeviceEvent(DeviceEvent event) { in handleDeviceEvent() method in DeviceAllocationEventHandler.UnknownHandler
77 public DeviceAllocationState handleDeviceEvent(DeviceEvent event) { in handleDeviceEvent() method in DeviceAllocationEventHandler.CheckingAvailHandler
112 public DeviceAllocationState handleDeviceEvent(DeviceEvent event) { in handleDeviceEvent() method in DeviceAllocationEventHandler.AvailableHandler
142 public DeviceAllocationState handleDeviceEvent(DeviceEvent event) { in handleDeviceEvent() method in DeviceAllocationEventHandler.AllocatedHandler
170 public DeviceAllocationState handleDeviceEvent(DeviceEvent event) { in handleDeviceEvent() method in DeviceAllocationEventHandler.UnavailableHandler
194 public DeviceAllocationState handleDeviceEvent(DeviceEvent event) { in handleDeviceEvent() method in DeviceAllocationEventHandler.IgnoredHandler
DDeviceAllocationState.java42 public DeviceAllocationState handleDeviceEvent(DeviceEvent event) { in handleDeviceEvent() method in DeviceAllocationState