Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/invoker/
DInvocationExecution.java731 for (AutoLogCollector auto : config.getCommandOptions().getAutoLogCollectors()) { in runTest()
876 .getAutoLogCollectors()
881 .getAutoLogCollectors()
/tools/tradefederation/core/src/com/android/tradefed/command/
DICommandOptions.java168 public Set<AutoLogCollector> getAutoLogCollectors(); in getAutoLogCollectors() method
DCommandOptions.java475 public Set<AutoLogCollector> getAutoLogCollectors() { in getAutoLogCollectors() method in CommandOptions