Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/postprocessor/
DStatsdGenericPostProcessorTest.java109 new LogFile(mAppStartupReportFile.getAbsolutePath(), "some.url", LogDataType.PB)); in testParsingTestMetrics()
129 new LogFile(mAppStartupReportFile.getAbsolutePath(), "some.url", LogDataType.PB)); in testParsingRunMetrics()
156 new LogFile(mAppStartupReportFile.getAbsolutePath(), "some.url", LogDataType.PB)); in testMultipleReports()
160 mAppCrashReportFile.getAbsolutePath(), "some.other.url", LogDataType.PB)); in testMultipleReports()
197 new LogFile(mAppStartupReportFile.getAbsolutePath(), "some.url", LogDataType.PB)); in testExtraReportsIgnored()
201 mAppCrashReportFile.getAbsolutePath(), "some.other.url", LogDataType.PB)); in testExtraReportsIgnored()
237 new LogFile(mBadReportFile.getAbsolutePath(), "some.url", LogDataType.PB)); in testInvalidReportIgnored()
241 mAppStartupReportFile.getAbsolutePath(), "some.other.url", LogDataType.PB)); in testInvalidReportIgnored()
296 new LogFile(testMetricFile.getAbsolutePath(), "some.url", LogDataType.PB)); in testParsingLogic()
448 new LogFile(mAppStartupReportFile.getAbsolutePath(), "some.url", LogDataType.PB)); in testUnwantedFieldsSkipped()
DStatsdEventMetricPostProcessorTest.java94 new LogFile(reportFile.getAbsolutePath(), "some.url", LogDataType.PB)); in setUp()
DPerfettoGenericPostProcessorTest.java344 new LogFile(perfettoMetricProtoFile.getAbsolutePath(), "some.url", LogDataType.PB)); in testParsingBinaryProto()
DBasePostProcessorTest.java416 LogDataType.PB, in testPerTestLogPostProcessing_processTestLogsOnly()
/tools/tradefederation/core/tests/src/com/android/tradefed/device/metric/
DIncidentReportCollectorTest.java143 eq(LogDataType.PB), in testPullWithIncidentPrefix()
148 eq(LogDataType.PB), in testPullWithIncidentPrefix()
205 eq(LogDataType.PB), in testCollectOnTestRunEnd()
210 eq(LogDataType.PB), in testCollectOnTestRunEnd()
/tools/tradefederation/core/src/com/android/tradefed/device/metric/
DIncidentReportCollector.java89 testLog(outFile.getName(), LogDataType.PB, source); in onTestRunEnd()
132 LogDataType.PB, in logProcessedReport()
DFilePullerLogCollector.java46 type = LogDataType.PB; in processMetricFile()
/tools/tradefederation/core/common_util/com/android/tradefed/result/
DLogDataType.java39 PB("pb", "application/octet-stream", true, false), // Binary proto file enumConstant
/tools/tradefederation/core/tests/src/com/android/tradefed/util/proto/
DTestRecordProtoUtilTest.java55 File protoFile = FileUtil.createTempFile("test-proto", "." + LogDataType.PB.getFileExt()); in dumpTestRecord()
/tools/tradefederation/core/test_framework/com/android/tradefed/device/metric/
DHostStatsdMetricCollector.java162 testLog(reportName, LogDataType.PB, dataStream); in stopCollection()
DPerfettoPullerMetricCollector.java544 return LogDataType.PB; in getLogDataType()
/tools/tradefederation/core/src/com/android/tradefed/result/proto/
DProtoResultParser.java177 mListener.testLog("failed-result-protobuf", LogDataType.PB, protoFail); in processFileProto()