Searched refs:DISCONNECTED (Results 1 – 8 of 8) sorted by relevance
91 case DISCONNECTED: in handleDeviceEvent()119 case DISCONNECTED: in handleDeviceEvent()173 case DISCONNECTED: in handleDeviceEvent()195 case DISCONNECTED: in handleDeviceEvent()
26 DISCONNECTED, enumConstant
104 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()
582 EasyMock.expect(mMockTestDevice.handleAllocationEvent(DeviceEvent.DISCONNECTED)).andReturn( in testSetIDevice()675 EasyMock.expect(mMockTestDevice.handleAllocationEvent(DeviceEvent.DISCONNECTED)) in testSetState_disconnected()
2408 assertNotNull(mTestDevice.handleAllocationEvent(DeviceEvent.DISCONNECTED)); in testHandleAllocationEvent()
32 COMPLETED, SCANNING, DISCONNECTED, OTHER; enumConstant
150 handleDeviceEvent(d, DeviceEvent.DISCONNECTED);
1185 mManagedDeviceList.handleDeviceEvent(d, DeviceEvent.DISCONNECTED); in deviceDisconnected()