Searched refs:Stage (Results 1 – 6 of 6) sorted by relevance
/tools/tradefederation/core/src/com/android/tradefed/invoker/ |
D | IInvocationExecution.java | 23 import com.android.tradefed.invoker.TestInvocation.Stage; 174 public void reportLogs(ITestDevice device, ITestLogger logger, Stage stage); in reportLogs()
|
D | TestInvocation.java | 175 public enum Stage { enum in TestInvocation 183 Stage(String name) { in Stage() method in TestInvocation.Stage 368 invocationPath.reportLogs(device, listener, Stage.TEST); in performInvocation() 486 invocationPath.reportLogs(device, listener, Stage.TEARDOWN); in performInvocation() 950 invocationPath.reportLogs(device, listener, Stage.ERROR); in invokeFetchBuild() 1010 invocationPath.reportLogs(device, listener, Stage.ERROR); in invokeRemoteDynamic() 1306 invocationPath.reportLogs(device, listener, Stage.ERROR); in invoke() 1355 invocationPath.reportLogs(device, listener, Stage.ERROR); in invoke() 1475 public static String getDeviceLogName(Stage stage) { in getDeviceLogName() 1479 public static String getEmulatorLogName(Stage stage) { in getEmulatorLogName() [all …]
|
D | InvocationExecution.java | 48 import com.android.tradefed.invoker.TestInvocation.Stage; 400 reportLogs(device, listener, Stage.SETUP); in doSetup() 1171 TestInvocation.printStageDelimiter(Stage.TEST, false); in runTests() 1328 TestInvocation.printStageDelimiter(Stage.TEST, true); in runTests() 1345 public void reportLogs(ITestDevice device, ITestLogger listener, Stage stage) { in reportLogs()
|
/tools/tradefederation/core/src/com/android/tradefed/invoker/sandbox/ |
D | ParentSandboxInvocationExecution.java | 32 import com.android.tradefed.invoker.TestInvocation.Stage; 235 public void reportLogs(ITestDevice device, ITestLogger logger, Stage stage) { in reportLogs() 237 if (Stage.TEST.equals(stage)) { in reportLogs()
|
/tools/tradefederation/core/javatests/com/android/tradefed/postprocessor/ |
D | StatsdGenericPostProcessorTest.java | 205 SandboxApiCalled.Stage.SANDBOX, in testParsingExtensionAtom() 704 .setStage(SandboxApiCalled.Stage.SANDBOX) in generateSandboxApiCalledData()
|
/tools/tradefederation/core/javatests/com/android/tradefed/invoker/ |
D | TestInvocationTest.java | 135 TestInvocation.getDeviceLogName(TestInvocation.Stage.ERROR); 137 TestInvocation.getDeviceLogName(TestInvocation.Stage.SETUP); 139 TestInvocation.getDeviceLogName(TestInvocation.Stage.TEST); 141 TestInvocation.getDeviceLogName(TestInvocation.Stage.TEARDOWN);
|