Home
last modified time | relevance | path

Searched defs:testInformation (Results 1 – 13 of 13) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/targetprep/multi/
DIMultiTargetPreparer.java60 public default void setUp(TestInformation testInformation) in setUp()
89 public default void tearDown(TestInformation testInformation, Throwable e) in tearDown()
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/
DFastbootCommandPreparer.java53 public void setUp(TestInformation testInformation) in setUp()
77 public void tearDown(TestInformation testInformation, Throwable e) in tearDown()
DStopServicesSetup.java50 public void tearDown(TestInformation testInformation, Throwable e) in tearDown()
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DITargetPreparer.java65 public default void setUp(TestInformation testInformation) in setUp()
94 public default void tearDown(TestInformation testInformation, Throwable e) in tearDown()
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DITestInformationReceiver.java27 public void setTestInformation(TestInformation testInformation); in setTestInformation()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/junit4/
DDeviceParameterizedRunner.java99 public void setTestInformation(TestInformation testInformation) { in setTestInformation()
DLongevityHostRunner.java92 public void setTestInformation(TestInformation testInformation) { in setTestInformation()
DBaseHostJUnit4Test.java83 public final void setTestInformation(TestInformation testInformation) { in setTestInformation()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DDeviceSuite.java58 public void setTestInformation(TestInformation testInformation) { in setTestInformation()
DDeviceJUnit4ClassRunner.java162 public void setTestInformation(TestInformation testInformation) { in setTestInformation()
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DInstrumentationTestFuncTest.java65 public void setTestInformation(TestInformation testInformation) { in setTestInformation()
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/multi/
DMixImageZipPreparerTest.java355 TestInformation testInformation = in runPreparerTest() local
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/multi/
DMixImageZipPreparer.java186 public void setUp(TestInformation testInformation) in setUp()