Home
last modified time | relevance | path

Searched refs:getInvocationContext (Results 1 – 14 of 14) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java706 IInvocationContext getInvocationContext() { in getInvocationContext() method in CommandScheduler.InvocationThread
1689 mInvocationThreadMap.remove(invThread.getInvocationContext()); in removeInvocationThread()
1713 mInvocationThreadMap.put(invThread.getInvocationContext(), invThread); in addInvocationThread()
1942 invThread.getInvocationContext().getSerials().toString(), in displayInvocationsInfo()
/tools/tradefederation/core/src/com/android/tradefed/result/
DEmailResultReporter.java142 final IInvocationContext context = getInvocationContext(); in generateEmailSubject()
221 for (IBuildInfo build : getInvocationContext().getBuildInfos()) { in generateEmailBody()
DDeviceUnavailEmailResultReporter.java46 for (IBuildInfo build : getInvocationContext().getBuildInfos()) { in generateEmailSubject()
DXmlResultReporter.java151 serializer.attribute(NS, ATTR_NAME, getInvocationContext().getTestTag()); in printTestResults()
DMetricsXMLResultReporter.java130 serializer.attribute(NS, ATTR_NAME, getInvocationContext().getTestTag()); in printRunResults()
DCollectingTestListener.java111 public IInvocationContext getInvocationContext() { in getInvocationContext() method in CollectingTestListener
/tools/tradefederation/core/src/com/android/tradefed/result/suite/
DFormattedGeneratorReporter.java110 holder.context = getInvocationContext(); in generateResultHolder()
DSuiteResultReporter.java206 getInvocationContext().getShardsSerials().entrySet()) { in invocationEnded()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DShardListener.java312 getInvocationContext().getDevices().get(0).getSerialNumber())); in logShardContent()
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/reporter/
DGameQualificationResultReporter.java79 … MetricSummary summary = MetricSummary.parseRunMetrics(getInvocationContext(), metrics); in testEnded()
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DBaseTestSuite.java286 mModuleRepo.setInvocationContext(getInvocationContext()); in loadTests()
DITestSuite.java1083 public IInvocationContext getInvocationContext() { in getInvocationContext() method in ITestSuite
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/junit4/
DBaseHostJUnit4Test.java102 public final IInvocationContext getInvocationContext() { in getInvocationContext() method in BaseHostJUnit4Test
/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterCommandScheduler.java400 Optional.ofNullable(getInvocationContext()) in run()