Home
last modified time | relevance | path

Searched defs:moduleContext (Results 1 – 19 of 19) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/retry/
DResultsPlayer.java90 IInvocationContext moduleContext = holder.mModuleContext; in run() local
137 IInvocationContext moduleContext, in addToReplay()
/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/result/
DITestInvocationListener.java114 public default void testModuleStarted(IInvocationContext moduleContext) {} in testModuleStarted()
/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/invoker/
DTestInformation.java56 IInvocationContext moduleContext, in TestInformation()
76 TestInformation invocationInfo, IInvocationContext moduleContext) { in createModuleTestInfo()
/tools/tradefederation/core/tests/src/com/android/tradefed/result/suite/
DFormattedGeneratorReporterTest.java153 IInvocationContext moduleContext = new InvocationContext(); in testFinalizeResults() local
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/
DInvocationContextTest.java180 InvocationContext moduleContext = new InvocationContext(); in testProtoSerialize_moduleContext() local
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
DModuleDefinitionTest.java383 IInvocationContext moduleContext = mModule.getModuleInvocationContext(); in testCreateModule() local
402 IInvocationContext moduleContext = mModule.getModuleInvocationContext(); in testCreateModule_withParams() local
1087 IInvocationContext moduleContext = mModule.getModuleInvocationContext(); in testAbiSetting() local
/tools/tradefederation/core/src/com/android/tradefed/result/
DLegacySubprocessResultsReporter.java135 public void testModuleStarted(IInvocationContext moduleContext) { in testModuleStarted()
DResultForwarder.java356 public void testModuleStarted(IInvocationContext moduleContext) { in testModuleStarted()
DSubprocessResultsReporter.java276 public void testModuleStarted(IInvocationContext moduleContext) { in testModuleStarted()
DCollectingTestListener.java156 public void testModuleStarted(IInvocationContext moduleContext) { in testModuleStarted()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DShardListener.java142 public void testModuleStarted(IInvocationContext moduleContext) { in testModuleStarted()
/tools/tradefederation/core/src/com/android/tradefed/result/suite/
DSuiteResultReporter.java92 public void testModuleStarted(IInvocationContext moduleContext) { in testModuleStarted()
/tools/tradefederation/core/src/com/android/tradefed/retry/
DResultAggregator.java162 public void testModuleStarted(IInvocationContext moduleContext) { in testModuleStarted()
/tools/tradefederation/core/src/com/android/tradefed/postprocessor/
DBasePostProcessor.java125 public final void testModuleStarted(IInvocationContext moduleContext) { in testModuleStarted()
/tools/tradefederation/core/src/com/android/tradefed/result/proto/
DProtoResultParser.java363 IInvocationContext moduleContext = in handleModuleStart() local
DProtoResultReporter.java222 public final void testModuleStarted(IInvocationContext moduleContext) { in testModuleStarted()
/tools/tradefederation/core/src/com/android/tradefed/device/metric/
DBaseDeviceMetricCollector.java223 public final void testModuleStarted(IInvocationContext moduleContext) { in testModuleStarted()
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
DPushFilePreparerTest.java926 IInvocationContext moduleContext = new InvocationContext(); in createModuleWithName() local
/tools/tradefederation/core/src/com/android/tradefed/util/
DSubprocessEventHelper.java669 public TestModuleStartedEventInfo(IInvocationContext moduleContext) { in TestModuleStartedEventInfo()