Home
last modified time | relevance | path

Searched refs:handleDeviceEvent (Results 1 – 6 of 6) 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
141 public DeviceAllocationState handleDeviceEvent(DeviceEvent event) { in handleDeviceEvent() method in DeviceAllocationEventHandler.AllocatedHandler
169 public DeviceAllocationState handleDeviceEvent(DeviceEvent event) { in handleDeviceEvent() method in DeviceAllocationEventHandler.UnavailableHandler
193 public DeviceAllocationState handleDeviceEvent(DeviceEvent event) { in handleDeviceEvent() method in DeviceAllocationEventHandler.IgnoredHandler
DDeviceAllocationState.java42 public DeviceAllocationState handleDeviceEvent(DeviceEvent event) { in handleDeviceEvent() method in DeviceAllocationState
43 return mEventHandler.handleDeviceEvent(event); in handleDeviceEvent()
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DManagedDeviceListTest.java104 mManagedDeviceList.handleDeviceEvent(d, DeviceEvent.DISCONNECTED); in testHandleDeviceEvent()
108 mManagedDeviceList.handleDeviceEvent(d, DeviceEvent.DISCONNECTED); in testHandleDeviceEvent()
/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceManager.java376 mManagedDeviceList.handleDeviceEvent(testDevice, DeviceEvent.AVAILABLE_CHECK_IGNORED); in checkAndAddAvailableDevice()
387 DeviceEventResponse r = mManagedDeviceList.handleDeviceEvent(testDevice, in checkAndAddAvailableDevice()
397 DeviceEventResponse r = mManagedDeviceList.handleDeviceEvent(testDevice, in checkAndAddAvailableDevice()
451 mManagedDeviceList.handleDeviceEvent(d, DeviceEvent.FORCE_AVAILABLE); in addAvailableDevice()
557 DeviceEventResponse r = mManagedDeviceList.handleDeviceEvent(managedDevice, in freeDevice()
1029 DeviceEventResponse r = mManagedDeviceList.handleDeviceEvent(testDevice, in deviceChanged()
1038 mManagedDeviceList.handleDeviceEvent(testDevice, in deviceChanged()
1070 mManagedDeviceList.handleDeviceEvent( in deviceConnected()
1081 mManagedDeviceList.handleDeviceEvent( in deviceConnected()
1110 mManagedDeviceList.handleDeviceEvent(d, DeviceEvent.DISCONNECTED); in deviceDisconnected()
DManagedDeviceList.java150 handleDeviceEvent(d, DeviceEvent.DISCONNECTED);
256 public DeviceEventResponse handleDeviceEvent(IManagedTestDevice d, DeviceEvent event) {
DNativeDevice.java3449 newState = mAllocationState.handleDeviceEvent(event); in handleAllocationEvent()