Home
last modified time | relevance | path

Searched refs:CONNECTED_ONLINE (Results 1 – 5 of 5) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DDeviceManagerTest.java586 EasyMock.expect(mMockTestDevice.handleAllocationEvent(DeviceEvent.CONNECTED_ONLINE)) in testSetIDevice()
626 EasyMock.expect(mMockTestDevice.handleAllocationEvent(DeviceEvent.CONNECTED_ONLINE)) in testInit_excludeDevice()
654 EasyMock.expect(mMockTestDevice.handleAllocationEvent(DeviceEvent.CONNECTED_ONLINE)) in testInit_includeDevice()
940 EasyMock.expect(mMockTestDevice.handleAllocationEvent(DeviceEvent.CONNECTED_ONLINE)) in setCheckAvailableDeviceExpectations()
DTestDeviceTest.java2482 assertNotNull(mTestDevice.handleAllocationEvent(DeviceEvent.CONNECTED_ONLINE)); in testHandleAllocationEvent()
/tools/tradefederation/core/remote/src/com/android/tradefed/device/
DDeviceEvent.java22 CONNECTED_ONLINE, enumConstant
DDeviceAllocationEventHandler.java45 case CONNECTED_ONLINE: in handleDeviceEvent()
/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceManager.java1245 testDevice, DeviceEvent.CONNECTED_ONLINE); in deviceConnected()