Searched refs:killEmulator (Results 1 – 5 of 5) sorted by relevance
114 public void killEmulator(ITestDevice device) throws DeviceNotAvailableException; in killEmulator() method
539 killEmulator(device); in freeDevice()671 public void killEmulator(ITestDevice device) throws DeviceNotAvailableException { in killEmulator() method in DeviceManager
190 getDeviceManager().killEmulator(device); in launchEmulatorForAvd()500 getDeviceManager().killEmulator(device); in launchEmulator()
182 mMockDeviceManager.killEmulator(EasyMock.eq(mMockDevice)); in testSetUp_failedBoot()
347 public void killEmulator(ITestDevice device) throws DeviceNotAvailableException { in killEmulator() method in MockDeviceManager