Searched refs:getAllMetricsReports (Results 1 – 3 of 3) sorted by relevance
270 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()
163 public ArrayMap<String, MetricsReportList> getAllMetricsReports() { in getAllMetricsReports() method in ResultStore
305 ArrayMap<String, MetricsReportList> finalResults = mResultStore.getAllMetricsReports(); in dump()