Home
last modified time | relevance | path

Searched defs:windowStartTime (Results 1 – 8 of 8) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/reporting/
DEventReportingJobHandlerWrapper.java43 long windowStartTime, in spyPerformScheduledPendingReportsInWindow()
DAggregateReportingJobHandlerWrapper.java49 long windowStartTime, in spyPerformScheduledPendingReportsInWindow()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/measurement/
DIMeasurementDao.java124 long windowStartTime, in countDistinctEnrollmentsPerPublisherXDestinationInAttribution()
138 long windowStartTime, in countDistinctDestinationsPerPublisherXEnrollmentInActiveSource()
164 long windowStartTime, in countDistinctEnrollmentsPerPublisherXDestinationInSource()
308 List<String> getPendingEventReportIdsInWindow(long windowStartTime, long windowEndTime) in getPendingEventReportIdsInWindow()
379 List<String> getPendingAggregateReportIdsInWindow(long windowStartTime, long windowEndTime) in getPendingAggregateReportIdsInWindow()
DMeasurementDao.java770 public List<String> getPendingEventReportIdsInWindow(long windowStartTime, long windowEndTime) in getPendingEventReportIdsInWindow()
786 String.valueOf(windowStartTime), in getPendingEventReportIdsInWindow()
1063 long windowStartTime, in countDistinctEnrollmentsPerPublisherXDestinationInAttribution()
1097 long windowStartTime, in countDistinctDestinationsPerPublisherXEnrollmentInActiveSource()
1177 long windowStartTime, in countDistinctEnrollmentsPerPublisherXDestinationInSource()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/reporting/
DAggregateFallbackReportingJobService.java84 final long windowStartTime = in onStartJob() local
DEventReportingJobHandler.java88 long windowStartTime, long windowEndTime) { in performScheduledPendingReportsInWindow()
DAggregateReportingJobHandler.java104 long windowStartTime, long windowEndTime) { in performScheduledPendingReportsInWindow()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/registration/
DAsyncRegistrationQueueRunner.java256 long windowStartTime = source.getEventTime() - PrivacyParams.RATE_LIMIT_WINDOW_MILLISECONDS; in isSourceAllowedToInsert() local
329 long windowStartTime, in isDestinationWithinBounds()