Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DDeviceManagerTest.java349 mMockTestDevice.stopLogcat(); in testAllocateDevice_match_temporary()
425 mMockTestDevice.stopLogcat(); in testFreeDevice_emulator()
546 mMockTestDevice.stopLogcat(); in testFreeDevice()
753 mMockTestDevice.stopLogcat(); in testConnectToTcpDevice_notOnline()
782 mMockTestDevice.stopLogcat(); in testConnectToTcpDevice_connectFailed()
801 mMockTestDevice.stopLogcat(); in testDisconnectFromTcpDevice()
846 mMockTestDevice.stopLogcat(); in testReconnectDeviceToTcp_notOnline()
956 mMockTestDevice.stopLogcat(); in testFreeDevice_tcpDevice()
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DDeviceBatteryLevelCheckerTest.java76 public void stopLogcat() { in stopLogcat() method in DeviceBatteryLevelCheckerTest.TestableTestDevice
77 mFakeTestDevice.stopLogcat(); in stopLogcat()
164 mFakeTestDevice.stopLogcat(); in testLow()
193 mFakeTestDevice.stopLogcat(); in testLow_becomeHigh()
227 mFakeTestDevice.stopLogcat(); in testLow_becomeNull()
/tools/test/graphicsbenchmark/functional_tests/hostside/src/com/android/game/qualification/test/
DMemoryTests.java100 getDevice().stopLogcat(); in testMemoryAllocationLimit()
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DDeviceBatteryLevelChecker.java212 mTestDevice.stopLogcat(); in runTest()
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DINativeDevice.java838 public void stopLogcat(); in stopLogcat() method
/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DRemoteAndroidVirtualDevice.java165 stopLogcat(); in postInvocationTearDown()
/tools/tradefederation/contrib/src/com/android/media/tests/
DAudioLoopbackTest.java335 getDevice().stopLogcat(); in run()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DTestInvocation.java950 context.getDevice(deviceName).stopLogcat(); in invoke()
/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceManager.java663 managedDevice.stopLogcat(); in freeDevice()
DNativeDevice.java2338 public void stopLogcat() { in stopLogcat() method in NativeDevice
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/
DTestInvocationTest.java1058 mMockDevice.stopLogcat(); in setupInvoke()