Searched refs:forceAllocateDevice (Results 1 – 6 of 6) sorted by relevance
90 when(mMockDeviceManager.forceAllocateDevice("serial")).thenReturn(device); in testRecoverDevice_offline()107 when(mMockDeviceManager.forceAllocateDevice("serial")).thenReturn(device); in testRecoverDevice_fastboot()121 when(mMockDeviceManager.forceAllocateDevice("serial")).thenReturn(device); in testRecoverDevice_run()
89 public ITestDevice forceAllocateDevice(String serial); in forceAllocateDevice() method
679 public ITestDevice forceAllocateDevice(String serial) { in forceAllocateDevice() method in DeviceManager
98 ITestDevice deviceToRecover = getDeviceManager().forceAllocateDevice(serial); in recoverDevices()
232 public ITestDevice forceAllocateDevice(String serial) { in forceAllocateDevice() method in MockDeviceManager
429 assertNull(manager.forceAllocateDevice("unknownserial")); in testForceAllocateDevice()440 assertNotNull(manager.forceAllocateDevice(DEVICE_SERIAL)); in testForceAllocateDevice_available()454 assertNull(manager.forceAllocateDevice(DEVICE_SERIAL)); in testForceAllocateDevice_alreadyAllocated()