Home
last modified time | relevance | path

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

/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/src/com/android/tradefed/invoker/
DInvocationExecution.java665 TestInvocation.getDeviceLogName(stage), device.getSerialNumber()); in reportLogs()
DTestInvocation.java995 public static String getDeviceLogName(Stage stage) { in getDeviceLogName() method in TestInvocation