Searched refs:stage (Results 1 – 2 of 2) sorted by relevance
443 private void reportLogs(ITestDevice device, ITestInvocationListener listener, Stage stage) { in reportLogs() argument451 String name = getDeviceLogName(stage); in reportLogs()459 String name = getEmulatorLogName(stage); in reportLogs()699 public static String getDeviceLogName(Stage stage) { in getDeviceLogName() argument700 return DEVICE_LOG_NAME_PREFIX + stage.getName(); in getDeviceLogName()703 public static String getEmulatorLogName(Stage stage) { in getEmulatorLogName() argument704 return EMULATOR_LOG_NAME_PREFIX + stage.getName(); in getEmulatorLogName()
425 private void reportLogs(ITestDevice device, ITestInvocationListener listener, Stage stage) { in reportLogs() argument433 String name = TestInvocation.getDeviceLogName(stage); in reportLogs()441 String name = TestInvocation.getEmulatorLogName(stage); in reportLogs()