Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DKillExistingEmulatorPreparer.java42 GlobalConfiguration.getDeviceManagerInstance().killEmulator(testInformation.getDevice()); in setUp()
/tools/tradefederation/core/src/com/android/tradefed/device/
DIDeviceManager.java137 public void killEmulator(ITestDevice device) throws DeviceNotAvailableException; in killEmulator() method
DDeviceManager.java730 killEmulator(device); in freeDevice()
895 public void killEmulator(ITestDevice device) throws DeviceNotAvailableException { in killEmulator() method in DeviceManager
/tools/tradefederation/contrib/src/com/android/performance/tests/
DBaseEmulatorPerfTest.java102 .killEmulator(testInfo.getDevice()); in run()
/tools/tradefederation/core/javatests/com/android/tradefed/device/
DMockDeviceManager.java331 public void killEmulator(ITestDevice device) throws DeviceNotAvailableException { in killEmulator() method in MockDeviceManager