Home
last modified time | relevance | path

Searched refs:stopEmulatorOutput (Results 1 – 4 of 4) sorted by relevance

/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DINativeDevice.java1427 public void stopEmulatorOutput(); in stopEmulatorOutput() method
/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceManager.java732 device.stopEmulatorOutput(); in freeDevice()
DNativeDevice.java4577 public void stopEmulatorOutput() { in stopEmulatorOutput() method in NativeDevice
/tools/tradefederation/core/javatests/com/android/tradefed/device/
DDeviceManagerTest.java400 verify(mMockTestDevice).stopEmulatorOutput(); in testFreeDevice_emulator()