Home
last modified time | relevance | path

Searched refs:clearLogcat (Results 1 – 9 of 9) sorted by relevance

/tools/tradefederation/core/javatests/com/android/tradefed/invoker/
DTestInvocationMultiTest.java149 mDevice1.clearLogcat(); in makeTwoDeviceContext()
161 mDevice2.clearLogcat(); in makeTwoDeviceContext()
313 verify(mDevice1).clearLogcat(); in testResolveDynamicFails()
314 verify(mDevice2).clearLogcat(); in testResolveDynamicFails()
/tools/test/graphicsbenchmark/functional_tests/hostside/src/com/android/game/qualification/test/
DMemoryTests.java66 getDevice().clearLogcat(); in testMemoryAllocationLimit()
/tools/tradefederation/core/javatests/com/android/tradefed/targetprep/
DDeviceFlashPreparerTest.java177 mMockDevice.clearLogcat(); in doSetupExpectations()
261 verify(mMockDevice).clearLogcat(); in testSetup_buildError()
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DINativeDevice.java1011 public void clearLogcat(); in clearLogcat() method
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DDeviceFlashPreparer.java439 device.clearLogcat(); in setUp()
/tools/tradefederation/contrib/src/com/android/performance/tests/
DAppTransitionTests.java418 getDevice().clearLogcat(); in startEventsLogs()
/tools/tradefederation/core/src/com/android/tradefed/device/connection/
DAdbSshConnection.java259 getDevice().clearLogcat(); in tearDownConnection()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DInvocationExecution.java1351 device.clearLogcat(); in reportLogs()
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java2855 public void clearLogcat() { in clearLogcat() method in NativeDevice