Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/invoker/
DTestInvocation.java94 public enum Stage { enum in TestInvocation
102 Stage(String name) { in Stage() method in TestInvocation.Stage
266 reportLogs(device, listener, Stage.TEST); in performInvocation()
310 reportLogs(device, listener, Stage.TEARDOWN); in performInvocation()
443 private void reportLogs(ITestDevice device, ITestInvocationListener listener, Stage stage) { in reportLogs()
587 reportLogs(device, listener, Stage.ERROR); in invokeFetchBuild()
699 public static String getDeviceLogName(Stage stage) { in getDeviceLogName()
703 public static String getEmulatorLogName(Stage stage) { in getEmulatorLogName()
DInvocationExecution.java35 import com.android.tradefed.invoker.TestInvocation.Stage;
218 reportLogs(context.getDevice(deviceName), listener, Stage.SETUP); in doSetup()
425 private void reportLogs(ITestDevice device, ITestInvocationListener listener, Stage stage) { in reportLogs()
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/
DTestInvocationTest.java118 TestInvocation.getDeviceLogName(TestInvocation.Stage.ERROR);
120 TestInvocation.getDeviceLogName(TestInvocation.Stage.SETUP);
122 TestInvocation.getDeviceLogName(TestInvocation.Stage.TEST);
124 TestInvocation.getDeviceLogName(TestInvocation.Stage.TEARDOWN);