/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/junit4/ |
D | BaseHostJUnit4TestTest.java | 177 test.setTestInformation(mTestInfo); in testRunDeviceTests() 200 test.setTestInformation(mTestInfo); in testRunDeviceTests_assumptionFailure() 257 test.setTestInformation(mTestInfo); in testRunDeviceTests_abi() 283 test.setTestInformation(mTestInfo); in testRunDeviceTests_asUser() 319 test.setTestInformation(mTestInfo); in testRunDeviceTestsWithOptions() 349 test.setTestInformation(mTestInfo); in testRunDeviceTests_crashedInstrumentation()
|
D | LongevityHostRunnerTest.java | 183 mHostRunner.setTestInformation(mTestInfo); in setUpRunner()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/ |
D | JarHostTestTest.java | 145 mTest.setTestInformation(mTestInfo); in testSplit_withJar() 227 mTest.setTestInformation(mTestInfo); in testSplit_countWithFilter() 325 mTest.setTestInformation(mTestInfo); in testRunWithJar() 359 mTest.setTestInformation(mTestInfo); in testRunWithClassFromExternalJar()
|
D | InstrumentationTestFuncTest.java | 65 public void setTestInformation(TestInformation testInformation) { in setTestInformation() method in InstrumentationTestFuncTest
|
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/ |
D | DeviceSuite.java | 58 public void setTestInformation(TestInformation testInformation) { in setTestInformation() method in DeviceSuite 69 ((ITestInformationReceiver) r).setTestInformation(mTestInfo); in setTestInformation() 147 ((ITestInformationReceiver) testObj).setTestInformation(mTestInfo); in injectValues()
|
D | DeviceJUnit4ClassRunner.java | 96 ((ITestInformationReceiver) testObj).setTestInformation(mTestInformation); in createTest() 162 public void setTestInformation(TestInformation testInformation) { in setTestInformation() method in DeviceJUnit4ClassRunner
|
D | HostTest.java | 204 public void setTestInformation(TestInformation testInfo) { in setTestInformation() method in HostTest 488 ((ITestInformationReceiver) testObj).setTestInformation(mTestInfo); in setTestObjectInformation()
|
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/junit4/ |
D | DeviceParameterizedRunner.java | 81 ((ITestInformationReceiver) testObj).setTestInformation(mTestInformation); in methodInvoker() 99 public void setTestInformation(TestInformation testInformation) { in setTestInformation() method in DeviceParameterizedRunner
|
D | LongevityHostRunner.java | 92 public void setTestInformation(TestInformation testInformation) { in setTestInformation() method in LongevityHostRunner 186 ((ITestInformationReceiver) child).setTestInformation(mTestInfo); in run()
|
D | BaseHostJUnit4Test.java | 83 public final void setTestInformation(TestInformation testInformation) { in setTestInformation() method in BaseHostJUnit4Test
|
/tools/tradefederation/core/src/com/android/tradefed/testtype/ |
D | ITestInformationReceiver.java | 27 public void setTestInformation(TestInformation testInformation); in setTestInformation() method
|
/tools/tradefederation/core/src/com/android/tradefed/targetprep/ |
D | TestAppInstallSetup.java | 169 protected void setTestInformation(TestInformation testInfo) { in setTestInformation() method in TestAppInstallSetup
|
D | InstallApexModuleTargetPreparer.java | 94 setTestInformation(testInfo); in setUp()
|