Home
last modified time | relevance | path

Searched refs:getLatestReportTimeInBatchWindow (Results 1 – 5 of 5) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/reporting/
DReportingJobServiceTest.java182 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()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/reporting/
DReportingJobService.java233 measurementDao.getLatestReportTimeInBatchWindow( in getLastReportTimeInBatch()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/measurement/
DIMeasurementDao.java822 Long getLatestReportTimeInBatchWindow(long batchWindow) throws DatastoreException; in getLatestReportTimeInBatchWindow() method
DMeasurementDao.java1555 public Long getLatestReportTimeInBatchWindow(long batchWindow) throws DatastoreException { in getLatestReportTimeInBatchWindow() method in MeasurementDao
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/measurement/
DMeasurementDaoTest.java10320 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()