/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/ |
D | ITestSuiteIntegrationTest.java | 170 mTestInfo = TestInformation.newBuilder().setInvocationContext(mContext).build(); in setUp() 240 suite.setInvocationContext(mContext); in testSimplePassRun() 280 suite.setInvocationContext(mContext); in testSimplePassRun_withLoggedFile() 336 suite.setInvocationContext(mContext); in testSimpleRun_withFail() 364 suite.setInvocationContext(mContext); in testRun_incomplete() 391 suite.setInvocationContext(mContext); in testRun_DeviceNotAvailable() 422 ((IInvocationContextReceiver) test).setInvocationContext(mContext); in scheduleConfig() 428 TestInformation.newBuilder().setInvocationContext(mContext).build(); in scheduleConfig() 467 .setInvocationContext(mContext); in scheduleConfig() 475 .setInvocationContext(mContext) in scheduleConfig() [all …]
|
D | ModuleDefinitionTest.java | 332 .setInvocationContext(mModule.getModuleInvocationContext()) in setUp() 518 .setInvocationContext(mModule.getModuleInvocationContext()) in testRun_aggregateRunFailures() 683 .setInvocationContext(mModule.getModuleInvocationContext()) in testRun_failPreparation() 727 .setInvocationContext(mModule.getModuleInvocationContext()) in testRun_failPreparation_runtime() 768 .setInvocationContext(mModule.getModuleInvocationContext()) in testRun_failPreparation_error() 815 .setInvocationContext(mModule.getModuleInvocationContext()) in testRun_failPreparation_moduleListener() 869 .setInvocationContext(mModule.getModuleInvocationContext()) in testRun_failPreparation_unresponsive() 912 .setInvocationContext(mModule.getModuleInvocationContext()) in testRun_fullPass() 962 .setInvocationContext(mModule.getModuleInvocationContext()) in testRun_partialRun() 1025 .setInvocationContext(mModule.getModuleInvocationContext()) in testRun_partialRun_error() [all …]
|
D | MultiDeviceStubTest.java | 36 public void setInvocationContext(IInvocationContext invocationContext) { in setInvocationContext() method in MultiDeviceStubTest
|
D | ModuleDefinitionMultiTest.java | 129 .setInvocationContext(mModule.getModuleInvocationContext()) in testCreateAndRun() 169 .setInvocationContext(mModule.getModuleInvocationContext()) in testPreparer_mismatch()
|
D | TfSuiteRunnerTest.java | 91 mTestInfo = TestInformation.newBuilder().setInvocationContext(context).build(); in setUp() 234 mRunner.setInvocationContext(context); in testLoadTests_suite() 236 TestInformation.newBuilder().setInvocationContext(context).build(); in testLoadTests_suite()
|
D | ITestSuiteMultiTest.java | 146 mTestSuite.setInvocationContext(mContext); in testMultiDeviceITestSuite() 147 mTestInfo = TestInformation.newBuilder().setInvocationContext(mContext).build(); in testMultiDeviceITestSuite()
|
D | GranularRetriableTestWrapperTest.java | 277 granularTestWrapper.setInvocationContext(mModuleInvocationContext); in createGranularTestWrapper() 286 mDecision.setInvocationContext(mModuleInvocationContext); in createGranularTestWrapper() 295 TestInformation.newBuilder().setInvocationContext(mModuleInvocationContext).build(); in setUp() 718 decision.setInvocationContext(mModuleInvocationContext); in testIntraModuleRun_iterations() 755 decision.setInvocationContext(mModuleInvocationContext); in testIntraModuleRun_untilFailure() 863 decision.setInvocationContext(mModuleInvocationContext); in testIntraModuleRun_rebootAtLastIntraModuleRetry() 888 decision.setInvocationContext(mModuleInvocationContext); in testIntraModuleRun_rebootMultiDevicesAtLastIntraModuleRetry()
|
/tools/tradefederation/core/src/com/android/tradefed/testtype/ |
D | IInvocationContextReceiver.java | 32 public void setInvocationContext(IInvocationContext invocationContext); in setInvocationContext() method
|
/tools/tradefederation/core/tests/src/com/android/tradefed/sandbox/ |
D | SandboxInvocationRunnerTest.java | 56 TestInformation info = TestInformation.newBuilder().setInvocationContext(mContext).build(); in testPrepareAndRun() 71 TestInformation info = TestInformation.newBuilder().setInvocationContext(mContext).build(); in testPrepareAndRun_prepFailure()
|
D | SandboxedInvocationExecutionTest.java | 65 TestInformation.newBuilder().setInvocationContext(mContext).build(); in testBuildInfo_testTag()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/ |
D | PushFilePreparerTest.java | 68 mTestInfo = TestInformation.newBuilder().setInvocationContext(context).build(); in setUp() 436 mPreparer.setInvocationContext(createModuleWithName("debugger")); in testPush_abiDirectory_noBitness_withModule() 510 mPreparer.setInvocationContext(createModuleWithName("debugger")); in testPush_moduleName_dirs() 551 mPreparer.setInvocationContext(createModuleWithName("aaaaa")); in testPush_moduleName_files() 588 mPreparer.setInvocationContext(createModuleWithName("aaaaa")); in testPush_moduleName_files_abi_32bit() 620 mPreparer.setInvocationContext(createModuleWithName("aaaaa")); in testPush_moduleName_files_abi_64bit() 653 mPreparer.setInvocationContext(createModuleWithName("debugger")); in testPush_moduleName_ignored() 694 mPreparer.setInvocationContext(createModuleWithName("debugger")); in testPush_moduleName_multiAbi() 733 mPreparer.setInvocationContext(createModuleWithName("debugger")); in testPush_moduleName_multiabi_files() 781 mPreparer.setInvocationContext(createModuleWithName("CtsBionicTestCases")); in testPush_moduleName_noMatch() [all …]
|
D | UserCleanerTest.java | 53 mTestInfo = TestInformation.newBuilder().setInvocationContext(context).build(); in setUp()
|
D | StopServicesSetupTest.java | 48 mTestInfo = TestInformation.newBuilder().setInvocationContext(context).build(); in setUp()
|
D | DeviceStringPusherTest.java | 50 mTestInfo = TestInformation.newBuilder().setInvocationContext(context).build(); in setUp()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/ |
D | InvocationExecutionTest.java | 203 TestInformation info = TestInformation.newBuilder().setInvocationContext(mContext).build(); in testRun_autoRetry() 233 TestInformation info = TestInformation.newBuilder().setInvocationContext(mContext).build(); in testRun_autoRetry_throughForwarder() 267 TestInformation info = TestInformation.newBuilder().setInvocationContext(mContext).build(); in testRun_metricCollectors() 290 TestInformation info = TestInformation.newBuilder().setInvocationContext(mContext).build(); in testRun_metricCollectors_auto() 327 TestInformation.newBuilder().setInvocationContext(mContext).build(); in testDoSetup() 375 TestInformation.newBuilder().setInvocationContext(mContext).build(); in testDoTearDown() 442 TestInformation.newBuilder().setInvocationContext(mContext).build(); in testDoTearDown_multiDevice() 474 TestInformation.newBuilder().setInvocationContext(mContext).build(); in testDoTearDown_logger() 520 TestInformation.newBuilder().setInvocationContext(mContext).build(); in testDoTearDown_exception()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/sandbox/ |
D | ParentSandboxInvocationExecutionTest.java | 115 mTestInfo = TestInformation.newBuilder().setInvocationContext(mContext).build(); in setUp() 211 TestInformation.newBuilder().setInvocationContext(mContext).build(); in testParentSandbox_testMode() 228 TestInformation.newBuilder().setInvocationContext(mContext).build(); in testParentSandbox_NotTestMode() 247 TestInformation.newBuilder().setInvocationContext(mContext).build(); in testParentSandbox_shutdown()
|
/tools/tradefederation/core/src/com/android/tradefed/retry/ |
D | IRetryDecision.java | 44 public void setInvocationContext(IInvocationContext context); in setInvocationContext() method
|
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/junit4/ |
D | LongevityHostRunnerTest.java | 135 public void setInvocationContext(IInvocationContext invocationContext) { in setInvocationContext() method in LongevityHostRunnerTest.DeviceFeaturesTest 177 mTestInfo = TestInformation.newBuilder().setInvocationContext(mMockContext).build(); in setUpMocks()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/app/ |
D | NoApkTestSkipperTest.java | 57 mTestInfo = TestInformation.newBuilder().setInvocationContext(context).build(); in setUp()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/adb/ |
D | AdbStopServerPreparerTest.java | 88 mTestInfo = TestInformation.newBuilder().setInvocationContext(context).build(); in setUp() 173 mTestInfo = TestInformation.newBuilder().setInvocationContext(context).build(); in testNoAdb()
|
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/junit4/ |
D | DeviceParameterizedRunner.java | 78 .setInvocationContext(mTestInformation.getContext()); in methodInvoker()
|
/tools/tradefederation/core/src/com/android/tradefed/build/ |
D | DependenciesResolver.java | 102 public void setInvocationContext(IInvocationContext invocationContext) { in setInvocationContext() method in DependenciesResolver
|
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/ |
D | UsbResetTestTest.java | 56 mTestInfo = TestInformation.newBuilder().setInvocationContext(context).build(); in setUp()
|
/tools/tradefederation/core/src/com/android/tradefed/invoker/sandbox/ |
D | SandboxedInvocationExecution.java | 64 ((IInvocationContextReceiver) provider).setInvocationContext(testInfo.getContext()); in fetchBuild()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/cluster/ |
D | ClusterCommandLauncherFuncTest.java | 73 mLauncher.setInvocationContext(mInvocationContext); in setUp()
|