Searched refs:getLatestReportTimeInBatchWindow (Results 1 – 5 of 5) sorted by relevance
182 when(mMeasurementDao.getLatestReportTimeInBatchWindow( in scheduleIfNeeded_nextReportInFuture_noPendingJobs_schedule()212 when(mMeasurementDao.getLatestReportTimeInBatchWindow( in scheduleIfNeeded_nextReportInFuture_onePendingJob_reschedule()252 when(mMeasurementDao.getLatestReportTimeInBatchWindow( in scheduleIfNeeded_nextReportInFuture_onePendingJobWithSameTime_dontReschedule()298 when(mMeasurementDao.getLatestReportTimeInBatchWindow( in scheduleIfNeeded_nextReportInMinExecutionWindow_schedule()328 when(mMeasurementDao.getLatestReportTimeInBatchWindow( in scheduleIfNeeded_nextReportInPast_noPendingJob_schedule()362 when(mMeasurementDao.getLatestReportTimeInBatchWindow( in scheduleIfNeeded_nextReportInMinExecutionWindow_noPendingJob_forceSchedule_schedule()403 when(mMeasurementDao.getLatestReportTimeInBatchWindow( in scheduleIfNeeded_modifyFlags_jobInfoIsModified()429 when(mMeasurementDao.getLatestReportTimeInBatchWindow( in scheduleIfNeeded_noPendingReports_dontSchedule()444 when(mMeasurementDao.getLatestReportTimeInBatchWindow( in scheduleIfNeeded_noPendingReports_forceSchedule_dontSchedule()
233 measurementDao.getLatestReportTimeInBatchWindow( in getLastReportTimeInBatch()
822 Long getLatestReportTimeInBatchWindow(long batchWindow) throws DatastoreException; in getLatestReportTimeInBatchWindow() method
1555 public Long getLatestReportTimeInBatchWindow(long batchWindow) throws DatastoreException { in getLatestReportTimeInBatchWindow() method in MeasurementDao
10320 measurementDao.getLatestReportTimeInBatchWindow( in getLatestReportTimeInBatchWindow_singleAggregateReport_returnsSingleReportTime()10343 measurementDao.getLatestReportTimeInBatchWindow( in testGetLatestReportTimeInBatchWindow_singleEventReport_returnsSingleReportTime()10384 measurementDao.getLatestReportTimeInBatchWindow( in testGetLatestReportTimeInBatchWindow_twoAggregateReport_bothInBatchWindow_returnsTwoReportTimes()10425 measurementDao.getLatestReportTimeInBatchWindow( in testGetLatestReportTimeInBatchWindow_twoAggReport_oneAfterBatchWindow_returnOneReportTime()10459 measurementDao.getLatestReportTimeInBatchWindow( in testGetLatestReportTimeInBatchWindow_twoEventReport_bothInBatchWindow_returnSecondReportTime()10492 measurementDao.getLatestReportTimeInBatchWindow( in testGetLatestReportTimeInBatchWindow_twoEventReport_oneAfterBatchWindow_returnFirstReportTime()10532 measurementDao.getLatestReportTimeInBatchWindow( in testGetLatestReportTimeInBatchWindow_oneAggReport_oneEventReport_bothInBatchWindow_returnSecondReportTime()10572 measurementDao.getLatestReportTimeInBatchWindow( in testGetLatestReportTimeInBatchWindow_oneAggReport_oneEventReport_oneAfterBatchWindow_returnFirstReportTime()10621 measurementDao.getLatestReportTimeInBatchWindow( in testGetLatestReportTimeInBatchWindow_manyAggReport_manyEventReport_returnLatestReportTime()10634 measurementDao.getLatestReportTimeInBatchWindow( in testGetLatestReportTimeInBatchWindow_noReports_returnNull()