Home
last modified time | relevance | path

Searched refs:supportGranularResults (Results 1 – 10 of 10) sorted by relevance

/tools/asuite/atest/bazel/runner/src/com/android/tradefed/testtype/bazel/
DTestListeners.java62 static boolean supportGranularResults(ITestInvocationListener listener) { in supportGranularResults() method in TestListeners
67 return ((ISupportGranularResults) listener).supportGranularResults(); in supportGranularResults()
DForwardingTestListener.java203 public boolean supportGranularResults() { in supportGranularResults() method in ForwardingTestListener
204 return TestListeners.supportGranularResults(delegate()); in supportGranularResults()
/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/result/retry/
DISupportGranularResults.java27 public boolean supportGranularResults(); in supportGranularResults() method
/tools/tradefederation/core/javatests/com/android/tradefed/retry/
DResultAggregatorTest.java121 when(mDetailedListener.supportGranularResults()).thenReturn(true); in testForwarding()
259 when(mDetailedListener.supportGranularResults()).thenReturn(true); in testForwarding_emptyModule()
371 when(mDetailedListener.supportGranularResults()).thenReturn(true); in testForwarding_newResult()
520 when(mDetailedListener.supportGranularResults()).thenReturn(true); in testForwarding_assumptionFailure()
667 when(mDetailedListener.supportGranularResults()).thenReturn(true); in testForwarding_runFailure()
780 when(mDetailedListener.supportGranularResults()).thenReturn(true); in testForwarding_runFailure_noRerun()
882 when(mDetailedListener.supportGranularResults()).thenReturn(true); in testForwarding_runFailure_aggregation()
1025 when(mDetailedListener.supportGranularResults()).thenReturn(true); in testForwarding_noModules()
1136 when(mDetailedListener.supportGranularResults()).thenReturn(true); in testForwarding_singleRun_noModules_runFailures()
1247 when(mDetailedListener.supportGranularResults()).thenReturn(true); in testForwarding_noModules_runFailures()
[all …]
/tools/tradefederation/core/src/com/android/tradefed/result/
DReportPassedTests.java52 public boolean supportGranularResults() { in supportGranularResults() method in ReportPassedTests
DLUCIResultReporter.java102 public boolean supportGranularResults() { in supportGranularResults() method in LUCIResultReporter
DSubprocessResultsReporter.java87 public boolean supportGranularResults() { in supportGranularResults() method in SubprocessResultsReporter
/tools/tradefederation/core/src/com/android/tradefed/retry/
DResultAggregator.java101 .supportGranularResults())) in ResultAggregator()
110 .supportGranularResults()) in ResultAggregator()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DShardListener.java79 public boolean supportGranularResults() { in supportGranularResults() method in ShardListener
/tools/tradefederation/core/src/com/android/tradefed/result/proto/
DProtoResultReporter.java84 public boolean supportGranularResults() { in supportGranularResults() method in ProtoResultReporter