Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/telemetry/
DResultStoreTest.java122 MetricsReportProtoUtils.buildMetricsReportList( in testFlushToDisk_shouldRemoveStaleData()
222 MetricsReportProtoUtils.buildMetricsReportList( in testGetMetricsReports_whenMultipleReports_shouldReceiveCorrectList()
241 MetricsReportProtoUtils.buildMetricsReportList( in testGetMetricsReports_whenDeleteFlagTrue_shouldDeleteData()
262 MetricsReportProtoUtils.buildMetricsReportList( in testGetAllMetricsReports_shouldReturnMapWithBundle()
439 MetricsReportProtoUtils.buildMetricsReportList( in testRemoveFinalReports()
477 MetricsReportProtoUtils.buildMetricsReportList( in testRemoveResult()
512 MetricsReportProtoUtils.buildMetricsReportList( in testGetFinishedMetricsConfigNames()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/telemetry/util/
DMetricsReportProtoUtilsTest.java51 MetricsReportProtoUtils.buildMetricsReportList(expected, expected); in testBuildMetricsReportListAndGetBundle()
/packages/services/Car/service/src/com/android/car/telemetry/util/
DMetricsReportProtoUtils.java92 public static MetricsReportList buildMetricsReportList(PersistableBundle... bundles) { in buildMetricsReportList() method in MetricsReportProtoUtils