Home
last modified time | relevance | path

Searched refs:reportInvocationComplete (Results 1 – 4 of 4) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/command/
DICommandOptions.java262 public boolean reportInvocationComplete(); in reportInvocationComplete() method
DCommandOptions.java821 public boolean reportInvocationComplete() { in reportInvocationComplete() method in CommandOptions
DCommandScheduler.java769 if (config.getCommandOptions().reportInvocationComplete()) { in run()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DTestInvocation.java1488 if (!config.getCommandOptions().reportInvocationComplete()) { in invoke()
1853 if (!config.getCommandOptions().reportInvocationComplete()) { in reportInvocationEnded()