Searched refs:FORCE_AVAILABLE (Results 1 – 5 of 5) sorted by relevance
53 case FORCE_AVAILABLE: in handleDeviceEvent()87 case FORCE_AVAILABLE: in handleDeviceEvent()175 case FORCE_AVAILABLE: in handleDeviceEvent()
27 FORCE_AVAILABLE, enumConstant
88 d.handleAllocationEvent(DeviceEvent.FORCE_AVAILABLE); in testAllocate()
318 EasyMock.expect(mMockTestDevice.handleAllocationEvent(DeviceEvent.FORCE_AVAILABLE)) in testAllocateDevice_stubEmulator()337 EasyMock.expect(mMockTestDevice.handleAllocationEvent(DeviceEvent.FORCE_AVAILABLE)) in testFreeDevice_emulator()373 EasyMock.expect(mMockTestDevice.handleAllocationEvent(DeviceEvent.FORCE_AVAILABLE)) in testAllocateDevice_nullDevice()407 EasyMock.expect(mMockTestDevice.handleAllocationEvent(DeviceEvent.FORCE_AVAILABLE)) in testAllocateDevice_fastboot()885 EasyMock.expect(mMockTestDevice.handleAllocationEvent(DeviceEvent.FORCE_AVAILABLE)) in testFreeDevice_tcpDevice()
451 mManagedDeviceList.handleDeviceEvent(d, DeviceEvent.FORCE_AVAILABLE); in addAvailableDevice()