Home
last modified time | relevance | path

Searched refs:DISCONNECTED (Results 1 – 8 of 8) sorted by relevance

/tools/tradefederation/core/remote/src/com/android/tradefed/device/
DDeviceAllocationEventHandler.java91 case DISCONNECTED: in handleDeviceEvent()
119 case DISCONNECTED: in handleDeviceEvent()
173 case DISCONNECTED: in handleDeviceEvent()
195 case DISCONNECTED: in handleDeviceEvent()
DDeviceEvent.java26 DISCONNECTED, enumConstant
/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()
143 EasyMock.expect(mockDevice.handleAllocationEvent(DeviceEvent.DISCONNECTED)).andReturn(der); in testUpdateFastbootState_gone()
DDeviceManagerTest.java582 EasyMock.expect(mMockTestDevice.handleAllocationEvent(DeviceEvent.DISCONNECTED)).andReturn( in testSetIDevice()
675 EasyMock.expect(mMockTestDevice.handleAllocationEvent(DeviceEvent.DISCONNECTED)) in testSetState_disconnected()
DTestDeviceTest.java2408 assertNotNull(mTestDevice.handleAllocationEvent(DeviceEvent.DISCONNECTED)); in testHandleAllocationEvent()
/tools/tradefederation/core/src/com/android/tradefed/device/
DIWifiHelper.java32 COMPLETED, SCANNING, DISCONNECTED, OTHER; enumConstant
DManagedDeviceList.java150 handleDeviceEvent(d, DeviceEvent.DISCONNECTED);
DDeviceManager.java1185 mManagedDeviceList.handleDeviceEvent(d, DeviceEvent.DISCONNECTED); in deviceDisconnected()