Searched refs:handleDeviceEvent (Results 1 – 6 of 6) sorted by relevance
/tools/tradefederation/core/remote/src/com/android/tradefed/device/ |
D | DeviceAllocationEventHandler.java | 24 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
|
D | DeviceAllocationState.java | 42 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/ |
D | ManagedDeviceListTest.java | 104 mManagedDeviceList.handleDeviceEvent(d, DeviceEvent.DISCONNECTED); in testHandleDeviceEvent() 108 mManagedDeviceList.handleDeviceEvent(d, DeviceEvent.DISCONNECTED); in testHandleDeviceEvent()
|
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | DeviceManager.java | 376 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()
|
D | ManagedDeviceList.java | 150 handleDeviceEvent(d, DeviceEvent.DISCONNECTED); 256 public DeviceEventResponse handleDeviceEvent(IManagedTestDevice d, DeviceEvent event) {
|
D | NativeDevice.java | 3449 newState = mAllocationState.handleDeviceEvent(event); in handleAllocationEvent()
|