Home
last modified time | relevance | path

Searched refs:FailedTestLogcatGenerator (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DInstrumentationTestTest.java722 assertThat(listener).isInstanceOf(InstrumentationTest.FailedTestLogcatGenerator.class); in testAddLogcatListener_enabled()
733 assertThat(listener).isInstanceOf(InstrumentationTest.FailedTestLogcatGenerator.class); in testAddLogcatListener_setMaxSize()
735 InstrumentationTest.FailedTestLogcatGenerator logcatGenerator = in testAddLogcatListener_setMaxSize()
736 (InstrumentationTest.FailedTestLogcatGenerator) listener; in testAddLogcatListener_setMaxSize()
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DInstrumentationTest.java869 listener = new FailedTestLogcatGenerator(listener, getDevice(), mMaxLogcatBytes); in addLogcatListenerIfEnabled()
1096 static class FailedTestLogcatGenerator extends ResultForwarder { class in InstrumentationTest
1101 public FailedTestLogcatGenerator(ITestInvocationListener listener, ITestDevice device, in FailedTestLogcatGenerator() method in InstrumentationTest.FailedTestLogcatGenerator