Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/invoker/
DTestInvocation.java443 private void reportLogs(ITestDevice device, ITestInvocationListener listener, Stage stage) { in reportLogs() argument
451 String name = getDeviceLogName(stage); in reportLogs()
459 String name = getEmulatorLogName(stage); in reportLogs()
699 public static String getDeviceLogName(Stage stage) { in getDeviceLogName() argument
700 return DEVICE_LOG_NAME_PREFIX + stage.getName(); in getDeviceLogName()
703 public static String getEmulatorLogName(Stage stage) { in getEmulatorLogName() argument
704 return EMULATOR_LOG_NAME_PREFIX + stage.getName(); in getEmulatorLogName()
DInvocationExecution.java425 private void reportLogs(ITestDevice device, ITestInvocationListener listener, Stage stage) { in reportLogs() argument
433 String name = TestInvocation.getDeviceLogName(stage); in reportLogs()
441 String name = TestInvocation.getEmulatorLogName(stage); in reportLogs()