Home
last modified time | relevance | path

Searched refs:setEventReportWindow (Results 1 – 11 of 11) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/noising/
DSourceNoiseHandlerTest.java293 .setEventReportWindow(eventTime + TimeUnit.DAYS.toMillis(30)) in impressionNoiseParamGeneration()
307 .setEventReportWindow(eventTime + TimeUnit.DAYS.toMillis(30)) in impressionNoiseParamGeneration()
321 .setEventReportWindow(eventTime + TimeUnit.DAYS.toMillis(30)) in impressionNoiseParamGeneration()
336 .setEventReportWindow(eventTime + TimeUnit.DAYS.toMillis(30)) in impressionNoiseParamGeneration()
351 .setEventReportWindow(eventTime + TimeUnit.DAYS.toMillis(7)) in impressionNoiseParamGeneration()
366 .setEventReportWindow(eventTime + TimeUnit.DAYS.toMillis(2)) in impressionNoiseParamGeneration()
384 .setEventReportWindow(eventTime + TimeUnit.DAYS.toMillis(30)) in impressionNoiseParamGeneration_flexLiteAPI()
401 .setEventReportWindow(eventTime + TimeUnit.DAYS.toMillis(30)) in impressionNoiseParamGeneration_flexLiteAPI()
419 .setEventReportWindow(eventTime + TimeUnit.DAYS.toMillis(30)) in impressionNoiseParamGeneration_flexLiteAPI()
433 .setEventReportWindow(eventTime + TimeUnit.DAYS.toMillis(30)) in impressionNoiseParamGeneration_flexLiteAPI()
[all …]
DSourceNoiseHandlerAttributionProbabilityTest.java727 .setEventReportWindow(CURRENT_TIME + sourceEventReportWindow) in SourceNoiseHandlerAttributionProbabilityTest()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/reporting/
DEventReportWindowCalcDelegateTest.java97 .setEventReportWindow(expiryTime) in getReportingTime_eventSourceAppDestination()
115 .setEventReportWindow(expiryTime) in getReportingTime_eventSrcInstallAttributedAppDestinationTrigger1stWindow()
135 .setEventReportWindow(expiryTime) in getReportingTime_eventSrcInstallAttributedAppDestinationTrigger2ndWindow()
154 .setEventReportWindow(expiryTime) in getReportingTime_eventSrcInstallAttributedWebDestinationTrigger1stWindow()
173 .setEventReportWindow(expiryTime) in getReportingTime_eventSrcInstallAttributedWebDestinationTrigger2ndWindow()
192 .setEventReportWindow(expiryTime) in getReportingTime_eventSourceWebDestination()
210 .setEventReportWindow(sourceExpiryTime) in getReportingTime_navigationSourceTriggerInFirstWindow()
229 .setEventReportWindow(sourceExpiryTime) in getReportingTime_navigationSourceTriggerInSecondWindow()
248 .setEventReportWindow(sourceExpiryTime) in getReportingTime_navigationSecondExpiry()
266 .setEventReportWindow(sourceExpiryTime) in getReportingTime_navigationLast()
[all …]
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/attribution/
DAttributionJobHandlerTest.java382 .setEventReportWindow(triggerTime - 1) in shouldNotCreateEventReportAfterEventReportWindow()
429 .setEventReportWindow(triggerTime + 1L) in shouldNotCreateEventReportAfterEventReportWindow_secondTrigger()
488 .setEventReportWindow(triggerTime + 1L) in shouldNotCreateEventReportAfterEventReportWindow_prioritisedSource()
497 .setEventReportWindow(triggerTime - 1) in shouldNotCreateEventReportAfterEventReportWindow_prioritisedSource()
2060 .setEventReportWindow(triggerTime + 1L) in shouldAttributedToInstallAttributedSource()
2139 .setEventReportWindow(triggerTime + 1L) in shouldNotAttributeToOldInstallAttributedSource()
2150 .setEventReportWindow(triggerTime + 1L) in shouldNotAttributeToOldInstallAttributedSource()
3661 .setEventReportWindow(triggerTime + 1L)
3757 .setEventReportWindow(triggerTime + 1L)
3855 .setEventReportWindow(triggerTime + 1L)
[all …]
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/
DSourceTest.java143 .setEventReportWindow(55L) in testEqualsPass()
197 .setEventReportWindow(55L) in testEqualsPass()
299 SourceFixture.getMinimalValidSourceBuilder().setEventReportWindow(1L).build(), in testEqualsFail()
300 SourceFixture.getMinimalValidSourceBuilder().setEventReportWindow(2L).build()); in testEqualsFail()
2089 .setEventReportWindow(null) in getEffectiveEventReportWindow()
2097 .setEventReportWindow(4L) in getEffectiveEventReportWindow()
2105 .setEventReportWindow(15L) in getEffectiveEventReportWindow()
DEventReportTest.java692 .setEventReportWindow(baseTime + TimeUnit.DAYS.toMillis(10)) in populate_eventSourceWebAndAppDest_coarseDestination()
788 .setEventReportWindow(TimeUnit.DAYS.toMillis(10)) in populateFromSourceAndTrigger_setsRegistrationOrigin_FromTrigger()
849 .setEventReportWindow(eventTime + TimeUnit.DAYS.toMillis(10)) in createSourceForTest()
/packages/modules/AdServices/adservices/tests/unittest/fixtures/java/com/android/adservices/service/measurement/
DSourceFixture.java83 .setEventReportWindow(ValidSourceParams.EXPIRY_TIME) in getValidSourceBuilder()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/
DSource.java1381 builder.setEventReportWindow(copyFrom.mEventReportWindow); in from()
1497 public Builder setEventReportWindow(Long eventReportWindow) { in setEventReportWindow() method in Source.Builder
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/measurement/
DSqliteObjectMapper.java129 builder::setEventReportWindow); in constructSourceFromCursor()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/measurement/
DDbState.java371 .setEventReportWindow(sJSON.getLong("eventReportWindow")) in getSourceFrom()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/registration/
DAsyncSourceFetcher.java166 builder.setEventReportWindow(TimeUnit.SECONDS.toMillis(eventReportWindow)); in parseCommonSourceParams()