Home
last modified time | relevance | path

Searched refs:handleDeviceEvent (Results 1 – 6 of 6) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceManager.java438 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 …]
DManagedDeviceList.java160 handleDeviceEvent(d, DeviceEvent.DISCONNECTED);
283 public DeviceEventResponse handleDeviceEvent(IManagedTestDevice d, DeviceEvent event) {
DNativeDevice.java4028 newState = mAllocationState.handleDeviceEvent(event); in handleAllocationEvent()
/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
43 return mEventHandler.handleDeviceEvent(event); in handleDeviceEvent()
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DManagedDeviceListTest.java111 mManagedDeviceList.handleDeviceEvent(d, DeviceEvent.DISCONNECTED); in testHandleDeviceEvent()
115 mManagedDeviceList.handleDeviceEvent(d, DeviceEvent.DISCONNECTED); in testHandleDeviceEvent()