Home
last modified time | relevance | path

Searched defs:mInvocationContext (Results 1 – 11 of 11) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/cluster/
DClusterCommandLauncherFuncTest.java60 private IInvocationContext mInvocationContext; field in ClusterCommandLauncherFuncTest
DClusterCommandLauncherTest.java68 private IInvocationContext mInvocationContext; field in ClusterCommandLauncherTest
/tools/tradefederation/core/tests/src/com/android/tradefed/device/metric/
DIncidentReportCollectorTest.java70 private IInvocationContext mInvocationContext; field in IncidentReportCollectorTest
/tools/tradefederation/core/src/com/android/tradefed/build/
DDependenciesResolver.java66 private IInvocationContext mInvocationContext; field in DependenciesResolver
/tools/tradefederation/core/tests/src/com/android/tradefed/result/proto/
DStreamProtoResultReporterTest.java50 private IInvocationContext mInvocationContext; field in StreamProtoResultReporterTest
DProtoResultReporterTest.java52 private IInvocationContext mInvocationContext; field in ProtoResultReporterTest
DProtoResultParserTest.java64 private IInvocationContext mInvocationContext; field in ProtoResultParserTest
/tools/tradefederation/core/src/com/android/tradefed/result/
DJsonHttpTestResultReporter.java96 private IInvocationContext mInvocationContext = null; field in JsonHttpTestResultReporter
/tools/tradefederation/core/tests/src/com/android/tradefed/retry/
DResultAggregatorTest.java53 private IInvocationContext mInvocationContext; field in ResultAggregatorTest
/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterCommandLauncher.java111 private IInvocationContext mInvocationContext; field in ClusterCommandLauncher
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java551 private final IInvocationContext mInvocationContext; field in CommandScheduler.InvocationThread
653 mCmd.getCommandTracker().getId(), elapsedTime, mInvocationContext); in run() local