Searched refs:getNumAggregateReportsPerSource (Results 1 – 5 of 5) sorted by relevance
131 int getNumAggregateReportsPerSource(@NonNull String sourceId) throws DatastoreException; in getNumAggregateReportsPerSource() method
583 public int getNumAggregateReportsPerSource(@NonNull String sourceId) throws DatastoreException { in getNumAggregateReportsPerSource() method in MeasurementDao
448 measurementDao.getNumAggregateReportsPerSource(source.getId()); in maybeGenerateAggregateReport()
3441 assertThat(measurementDao.getNumAggregateReportsPerSource("source1")) in getNumAggregateReportsPerSource_returnsExpected()3443 assertThat(measurementDao.getNumAggregateReportsPerSource("source2")) in getNumAggregateReportsPerSource_returnsExpected()3445 assertThat(measurementDao.getNumAggregateReportsPerSource("source3")) in getNumAggregateReportsPerSource_returnsExpected()
4380 when(mMeasurementDao.getNumAggregateReportsPerSource(source.getId())).thenReturn(21);4451 when(mMeasurementDao.getNumAggregateReportsPerSource(source.getId())).thenReturn(21);