Searched refs:getAllAggregates (Results 1 – 3 of 3) sorted by relevance
208 assertThat(mTestOnlyDao.getAllAggregates()) in logOccurrence_oneLog_storedInDb()240 assertThat(mTestOnlyDao.getAllAggregates()) in logOccurrence_multipleLogCalls_aggregatedInDb()271 assertThat(mTestOnlyDao.getAllAggregates()) in logOccurrence_multipleReports_storedInDb()304 assertThat(mTestOnlyDao.getAllAggregates()) in logOccurrence_emptyEventVector_storedInDb()337 assertThat(mTestOnlyDao.getAllAggregates()) in logOccurrence_reportAllMultipleSystemProfiles_storedInDb()375 assertThat(mTestOnlyDao.getAllAggregates()).isEmpty(); in logOccurrence_unsupportedMetricType_notStoredWithError()396 assertThat(mTestOnlyDao.getAllAggregates()).isEmpty(); in logOccurrence_missingMetric_notStoredWithError()417 assertThat(mTestOnlyDao.getAllAggregates()).isEmpty(); in logOccurrence_negativeCount_notStoredWithError()438 assertThat(mTestOnlyDao.getAllAggregates()).isEmpty(); in logOccurrence_negativeEventCode_notStoredWithError()461 assertThat(mTestOnlyDao.getAllAggregates()).isEmpty(); in logOccurrence_loggerDisabled_loggedDataNotStoredInDb()[all …]
269 assertThat(mTestOnlyDao.getAllAggregates()) in aggregateCount_multipleCalls_aggregatedTogether()291 assertThat(mTestOnlyDao.getAllAggregates()) in aggregateCount_multipleCalls_aggregatedTogether()354 assertThat(mTestOnlyDao.getAllAggregates()) in aggregateCount_multipleReportsDaysEventVectors_aggregatedSeparately()452 assertThat(mTestOnlyDao.getAllAggregates()) in aggregateCount_eventVectorBufferMaxLimit_firstEventVectorsAggregated()495 assertThat(mTestOnlyDao.getAllAggregates()) in aggregateString_multipleCalls_aggregatedTogether()527 assertThat(mTestOnlyDao.getAllAggregates()) in aggregateString_multipleCalls_aggregatedTogether()556 assertThat(mTestOnlyDao.getAllAggregates()) in aggregateString_multipleCalls_aggregatedTogether()638 assertThat(mTestOnlyDao.getAllAggregates()) in aggregateString_multipleReportsDaysEventVectors_aggregatedSeparately()778 assertThat(mTestOnlyDao.getAllAggregates()) in aggregateString_eventVectorBufferMaxLimit_firstEventVectorsAggregated()891 assertThat(mTestOnlyDao.getAllAggregates()) in aggregateString_stringBufferMaxLimit_firstStringsAggregated()[all …]
132 public abstract List<AggregateStoreTableRow> getAllAggregates(); in getAllAggregates() method in TestOnlyDao