Searched refs:handleDeviceEvent (Results 1 – 6 of 6) sorted by relevance
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | DeviceManager.java | 438 mManagedDeviceList.handleDeviceEvent(testDevice, DeviceEvent.AVAILABLE_CHECK_IGNORED); in checkAndAddAvailableDevice() 449 DeviceEventResponse r = mManagedDeviceList.handleDeviceEvent(testDevice, in checkAndAddAvailableDevice() 459 DeviceEventResponse r = mManagedDeviceList.handleDeviceEvent(testDevice, in checkAndAddAvailableDevice() 554 mManagedDeviceList.handleDeviceEvent(d, DeviceEvent.FORCE_AVAILABLE); in addAvailableDevice() 669 mManagedDeviceList.handleDeviceEvent( in freeDevice() 700 DeviceEventResponse r = mManagedDeviceList.handleDeviceEvent(managedDevice, in freeDevice() 1203 DeviceEventResponse r = mManagedDeviceList.handleDeviceEvent(testDevice, in deviceChanged() 1212 mManagedDeviceList.handleDeviceEvent(testDevice, in deviceChanged() 1244 mManagedDeviceList.handleDeviceEvent( in deviceConnected() 1255 mManagedDeviceList.handleDeviceEvent( in deviceConnected() [all …]
|
D | ManagedDeviceList.java | 160 handleDeviceEvent(d, DeviceEvent.DISCONNECTED); 283 public DeviceEventResponse handleDeviceEvent(IManagedTestDevice d, DeviceEvent event) {
|
D | NativeDevice.java | 4028 newState = mAllocationState.handleDeviceEvent(event); in handleAllocationEvent()
|
/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 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
|
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 | 111 mManagedDeviceList.handleDeviceEvent(d, DeviceEvent.DISCONNECTED); in testHandleDeviceEvent() 115 mManagedDeviceList.handleDeviceEvent(d, DeviceEvent.DISCONNECTED); in testHandleDeviceEvent()
|