Home
last modified time | relevance | path

Searched refs:shouldCollectEarlyTestSummary (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/cluster/
DIClusterOptions.java81 public boolean shouldCollectEarlyTestSummary(); in shouldCollectEarlyTestSummary() method
DClusterOptions.java317 public boolean shouldCollectEarlyTestSummary() { in shouldCollectEarlyTestSummary() method in ClusterOptions
DClusterCommandScheduler.java350 if (getClusterOptions().shouldCollectEarlyTestSummary()) { in putEarlySummary()