Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/invoker/
DTestInvocation.java451 String name = getDeviceLogName(stage); in reportLogs()
699 public static String getDeviceLogName(Stage stage) { in getDeviceLogName() method in TestInvocation
DInvocationExecution.java433 String name = TestInvocation.getDeviceLogName(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);