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 79 public DeviceAllocationState handleDeviceEvent(DeviceEvent event) { in handleDeviceEvent() method in DeviceAllocationEventHandler.CheckingAvailHandler 114 public DeviceAllocationState handleDeviceEvent(DeviceEvent event) { in handleDeviceEvent() method in DeviceAllocationEventHandler.AvailableHandler 144 public DeviceAllocationState handleDeviceEvent(DeviceEvent event) { in handleDeviceEvent() method in DeviceAllocationEventHandler.AllocatedHandler 172 public DeviceAllocationState handleDeviceEvent(DeviceEvent event) { in handleDeviceEvent() method in DeviceAllocationEventHandler.UnavailableHandler 199 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/src/com/android/tradefed/device/ |
D | DeviceManager.java | 453 mManagedDeviceList.handleDeviceEvent(testDevice, DeviceEvent.AVAILABLE_CHECK_IGNORED); in checkAndAddAvailableDevice() 464 DeviceEventResponse r = mManagedDeviceList.handleDeviceEvent(testDevice, in checkAndAddAvailableDevice() 474 DeviceEventResponse r = mManagedDeviceList.handleDeviceEvent(testDevice, in checkAndAddAvailableDevice() 579 mManagedDeviceList.handleDeviceEvent(d, DeviceEvent.FASTBOOT_DETECTED); in addFastbootDevice() 588 mManagedDeviceList.handleDeviceEvent(d, DeviceEvent.FORCE_AVAILABLE); in addAvailableDevice() 719 mManagedDeviceList.handleDeviceEvent( in freeDevice() 747 DeviceEventResponse r = mManagedDeviceList.handleDeviceEvent(managedDevice, in freeDevice() 1313 DeviceEventResponse r = mManagedDeviceList.handleDeviceEvent(testDevice, in deviceChanged() 1322 mManagedDeviceList.handleDeviceEvent(testDevice, in deviceChanged() 1354 mManagedDeviceList.handleDeviceEvent( in deviceConnected() [all …]
|
D | ManagedDeviceList.java | 222 handleDeviceEvent(d, DeviceEvent.DISCONNECTED); 245 handleDeviceEvent(specificDevice, DeviceEvent.FORCE_AVAILABLE); 381 public DeviceEventResponse handleDeviceEvent(IManagedTestDevice d, DeviceEvent event) {
|
D | NativeDevice.java | 4793 newState = mAllocationState.handleDeviceEvent(event); in handleAllocationEvent()
|
/tools/tradefederation/core/javatests/com/android/tradefed/device/ |
D | ManagedDeviceListTest.java | 121 mManagedDeviceList.handleDeviceEvent(d, DeviceEvent.DISCONNECTED); in testHandleDeviceEvent() 125 mManagedDeviceList.handleDeviceEvent(d, DeviceEvent.DISCONNECTED); in testHandleDeviceEvent()
|