Searched refs:getDeviceLogName (Results 1 – 3 of 3) sorted by relevance
134 TestInvocation.getDeviceLogName(TestInvocation.Stage.ERROR);136 TestInvocation.getDeviceLogName(TestInvocation.Stage.SETUP);138 TestInvocation.getDeviceLogName(TestInvocation.Stage.TEST);140 TestInvocation.getDeviceLogName(TestInvocation.Stage.TEARDOWN);
665 TestInvocation.getDeviceLogName(stage), device.getSerialNumber()); in reportLogs()
995 public static String getDeviceLogName(Stage stage) { in getDeviceLogName() method in TestInvocation