Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/telemetry/
DResultStoreTest.java270 Map<String, MetricsReportList> allReports = mResultStore.getAllMetricsReports(); in testGetAllMetricsReports_shouldReturnMapWithBundle()
289 assertThat(mResultStore.getAllMetricsReports()).isEmpty(); in testGetAllMetricsReports_whenNoData_shouldReceiveEmptyMap()
297 assertThat(mResultStore.getAllMetricsReports()).isEmpty(); in testGetAllMetricsReports_whenDataCorrupt_shouldReceiveEmptyMap()
/packages/services/Car/service/src/com/android/car/telemetry/
DResultStore.java163 public ArrayMap<String, MetricsReportList> getAllMetricsReports() { in getAllMetricsReports() method in ResultStore
DCarTelemetryService.java305 ArrayMap<String, MetricsReportList> finalResults = mResultStore.getAllMetricsReports(); in dump()