Searched refs:FileProtoResultReporter (Results 1 – 3 of 3) sorted by relevance
48 import com.android.tradefed.result.proto.FileProtoResultReporter;595 FileProtoResultReporter protoReporter = new FileProtoResultReporter(); in createRemoteConfig()599 FileProtoResultReporter.PERIODIC_PROTO_WRITING_OPTION, "true"); in createRemoteConfig()602 FileProtoResultReporter.PROTO_OUTPUT_FILE, in createRemoteConfig()
53 private FileProtoResultReporter mReporter;61 mReporter = new FileProtoResultReporter(); in setUp()
30 public class FileProtoResultReporter extends ProtoResultReporter { class