Searched refs:FileProtoResultReporter (Results 1 – 9 of 9) sorted by relevance
22 import com.android.tradefed.result.proto.FileProtoResultReporter;69 FileProtoResultReporter fileReporter = new FileProtoResultReporter(); in applyAutomatedReporters()77 FileProtoResultReporter fileReporterGranular = new FileProtoResultReporter(); in applyAutomatedReporters()
26 import com.android.tradefed.result.proto.FileProtoResultReporter;156 FileProtoResultReporter fileReporter = new FileProtoResultReporter(); in submitTestCommand()300 if (listener instanceof FileProtoResultReporter) { in getProtoPath()301 return ((FileProtoResultReporter) listener).getOutputFile().getAbsolutePath(); in getProtoPath()
60 private FileProtoResultReporter mReporter;70 mReporter = new FileProtoResultReporter(); in setUp()
31 public class FileProtoResultReporter extends ProtoResultReporter { class
56 import com.android.tradefed.result.proto.FileProtoResultReporter;692 FileProtoResultReporter protoReporter = new FileProtoResultReporter(); in createRemoteConfig()696 FileProtoResultReporter.PERIODIC_PROTO_WRITING_OPTION, "true"); in createRemoteConfig()699 FileProtoResultReporter.PROTO_OUTPUT_FILE, in createRemoteConfig()
33 import com.android.tradefed.result.proto.FileProtoResultReporter;493 public static class ResultReporter extends FileProtoResultReporter {
38 import com.android.tradefed.result.proto.FileProtoResultReporter;475 FileProtoResultReporter reporter = new FileProtoResultReporter(); in reportProtoResults()
46 import com.android.tradefed.result.proto.FileProtoResultReporter;1012 FileProtoResultReporter reporter = new FileProtoResultReporter();
392 "com.android.tradefed.result.proto.FileProtoResultReporter",