Home
last modified time | relevance | path

Searched refs:getEmulatorLogName (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/invoker/
DTestInvocation.java459 String name = getEmulatorLogName(stage); in reportLogs()
703 public static String getEmulatorLogName(Stage stage) { in getEmulatorLogName() method in TestInvocation
DInvocationExecution.java441 String name = TestInvocation.getEmulatorLogName(stage); in reportLogs()