Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/invoker/sandbox/
DParentSandboxInvocationExecution.java34 import com.android.tradefed.invoker.TestInvocation.Stage;
148 public void reportLogs(ITestDevice device, ITestLogger logger, Stage stage) { in reportLogs()
150 if (mParentPreparerConfig == null || !Stage.ERROR.equals(stage)) { in reportLogs()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DTestInvocation.java132 public enum Stage { enum in TestInvocation
140 Stage(String name) { in Stage() method in TestInvocation.Stage
295 invocationPath.reportLogs(device, listener, Stage.TEST); in performInvocation()
368 invocationPath.reportLogs(device, listener, Stage.TEARDOWN); in performInvocation()
637 invocationPath.reportLogs(device, listener, Stage.ERROR); in invokeFetchBuild()
690 invocationPath.reportLogs(device, listener, Stage.ERROR); in invokeRemoteDynamic()
873 invocationPath.reportLogs(device, listener, Stage.ERROR); in invoke()
976 public static String getDeviceLogName(Stage stage) { in getDeviceLogName()
980 public static String getEmulatorLogName(Stage stage) { in getEmulatorLogName()
1012 public static void printStageDelimiter(Stage phase, boolean end) { in printStageDelimiter()
DInvocationExecution.java39 import com.android.tradefed.invoker.TestInvocation.Stage;
293 reportLogs(testInfo.getContext().getDevice(deviceName), listener, Stage.SETUP); in doSetup()
564 TestInvocation.printStageDelimiter(Stage.TEST, false); in runTests()
645 TestInvocation.printStageDelimiter(Stage.TEST, true); in runTests()
653 public void reportLogs(ITestDevice device, ITestLogger listener, Stage stage) { in reportLogs()
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/sandbox/
DParentSandboxInvocationExecutionTest.java44 import com.android.tradefed.invoker.TestInvocation.Stage;
170 mMockDevice, configParent.getTestInvocationListeners().get(0), Stage.ERROR); in testParentConfig_errorStage()
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/
DTestInvocationTest.java134 TestInvocation.getDeviceLogName(TestInvocation.Stage.ERROR);
136 TestInvocation.getDeviceLogName(TestInvocation.Stage.SETUP);
138 TestInvocation.getDeviceLogName(TestInvocation.Stage.TEST);
140 TestInvocation.getDeviceLogName(TestInvocation.Stage.TEARDOWN);
/tools/tradefederation/core/tests/res/testdata/
Dtradefed-prebuilt-cts-8.0_r21.jarMETA-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...