Home
last modified time | relevance | path

Searched refs:stopLogcat (Results 1 – 11 of 11) sorted by relevance

/tools/tradefederation/core/javatests/com/android/tradefed/testtype/
DDeviceBatteryLevelCheckerTest.java86 public void stopLogcat() { in stopLogcat() method in DeviceBatteryLevelCheckerTest.TestableTestDevice
87 mFakeTestDevice.stopLogcat(); in stopLogcat()
209 verify(mFakeTestDevice, times(1)).stopLogcat(); in testLow()
242 verify(mFakeTestDevice, times(1)).stopLogcat(); in testLow_becomeHigh()
282 verify(mFakeTestDevice, times(1)).stopLogcat(); in testLow_becomeNull()
/tools/tradefederation/core/javatests/com/android/tradefed/device/
DDeviceManagerTest.java306 mMockTestDevice.stopLogcat(); in testAllocateDevice_match_temporary()
399 verify(mMockTestDevice).stopLogcat(); in testFreeDevice_emulator()
471 verify(mMockTestDevice).stopLogcat(); in testFreeDevice()
687 verify(mMockTestDevice).stopLogcat(); in testConnectToTcpDevice_notOnline()
719 verify(mMockTestDevice).stopLogcat(); in testConnectToTcpDevice_connectFailed()
738 verify(mMockTestDevice).stopLogcat(); in testDisconnectFromTcpDevice()
787 verify(mMockTestDevice).stopLogcat(); in testReconnectDeviceToTcp_notOnline()
882 verify(mMockTestDevice).stopLogcat(); in testFreeDevice_tcpDevice()
/tools/test/graphicsbenchmark/functional_tests/hostside/src/com/android/game/qualification/test/
DMemoryTests.java98 getDevice().stopLogcat(); in testMemoryAllocationLimit()
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DDeviceBatteryLevelChecker.java212 mTestDevice.stopLogcat(); in runTest()
/tools/tradefederation/core/src/com/android/tradefed/invoker/sandbox/
DParentSandboxInvocationExecution.java262 info.getContext().getDevice(deviceName).stopLogcat(); in prepareAndRunSandbox()
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DINativeDevice.java1003 public void stopLogcat(); in stopLogcat() method
/tools/tradefederation/contrib/src/com/android/media/tests/
DAudioLoopbackTest.java335 getDevice().stopLogcat(); in run()
/tools/tradefederation/core/src/com/android/tradefed/device/connection/
DAdbSshConnection.java260 getDevice().stopLogcat(); in tearDownConnection()
/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceManager.java713 managedDevice.stopLogcat(); in freeDevice()
DNativeDevice.java3000 public void stopLogcat() { in stopLogcat() method in NativeDevice
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DTestInvocation.java494 context.getDevice(deviceName).stopLogcat(); in performInvocation()