Home
last modified time | relevance | path

Searched defs:stage (Results 1 – 4 of 4) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/invoker/sandbox/
DParentSandboxInvocationExecution.java114 public void reportLogs(ITestDevice device, ITestInvocationListener listener, Stage stage) { in reportLogs()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DIInvocationExecution.java186 public void reportLogs(ITestDevice device, ITestInvocationListener listener, Stage stage); in reportLogs()
DTestInvocation.java792 public static String getDeviceLogName(Stage stage) { in getDeviceLogName()
796 public static String getEmulatorLogName(Stage stage) { in getEmulatorLogName()
DInvocationExecution.java523 public void reportLogs(ITestDevice device, ITestInvocationListener listener, Stage stage) { in reportLogs()