Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/suite/
DCompatibilityProtoResultReporter.java110 FileProtoResultReporter fprr = new FileProtoResultReporter(); in compactAllProtos() local
111 fprr.setFileOutput(mBaseProtoFile); in compactAllProtos()
112 ProtoResultParser parser = new ProtoResultParser(fprr, new InvocationContext(), true); in compactAllProtos()