Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DIDeviceManager.java114 public void killEmulator(ITestDevice device) throws DeviceNotAvailableException; in killEmulator() method
DDeviceManager.java539 killEmulator(device); in freeDevice()
671 public void killEmulator(ITestDevice device) throws DeviceNotAvailableException { in killEmulator() method in DeviceManager
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DSdkAvdPreparer.java190 getDeviceManager().killEmulator(device); in launchEmulatorForAvd()
500 getDeviceManager().killEmulator(device); in launchEmulator()
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
DSdkAvdPreparerTest.java182 mMockDeviceManager.killEmulator(EasyMock.eq(mMockDevice)); in testSetUp_failedBoot()
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DMockDeviceManager.java347 public void killEmulator(ITestDevice device) throws DeviceNotAvailableException { in killEmulator() method in MockDeviceManager