Home
last modified time | relevance | path

Searched refs:setInstallCooldownWindow (Results 1 – 14 of 14) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/attribution/
DXnaSourceCreatorTest.java177 .setInstallCooldownWindow( in generateDerivedSources_withVarietyOfSources_filtersAndGeneratesSources()
215 .setInstallCooldownWindow( in generateDerivedSources_withVarietyOfSources_filtersAndGeneratesSources()
243 .setInstallCooldownWindow(0L) in generateDerivedSources_withVarietyOfSources_filtersAndGeneratesSources()
253 .setInstallCooldownWindow(0L) in generateDerivedSources_withVarietyOfSources_filtersAndGeneratesSources()
283 .setInstallCooldownWindow(0L) in generateDerivedSources_withVarietyOfSources_filtersAndGeneratesSources()
378 .setInstallCooldownWindow( in generateDerivedSources_sharedDebugKeyDisabled_doesntAddDebugKeyToDerivedSource()
473 .setInstallCooldownWindow( in generateDerivedSources_withSharedFilterDataKeys_filtersAndGeneratesSources()
590 .setInstallCooldownWindow( in generateDerivedSources_lookbackWindow_filtersAndGeneratesSources()
633 .setInstallCooldownWindow(SourceFixture.ValidSourceParams.INSTALL_COOLDOWN_WINDOW) in createValidSourceBuilder()
DAttributionJobHandlerTest.java2057 .setInstallCooldownWindow(TimeUnit.DAYS.toMillis(10)) in shouldAttributedToInstallAttributedSource()
2136 .setInstallCooldownWindow(TimeUnit.DAYS.toMillis(3)) in shouldNotAttributeToOldInstallAttributedSource()
8114 .setInstallCooldownWindow(SourceFixture.ValidSourceParams.INSTALL_COOLDOWN_WINDOW) in createXnaSourceBuilder()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/noising/
DSourceNoiseHandlerTest.java469 .setInstallCooldownWindow(TimeUnit.DAYS.toMillis(2)) in impressionNoiseParamGeneration_withInstallAttribution()
486 .setInstallCooldownWindow(TimeUnit.DAYS.toMillis(2)) in impressionNoiseParamGeneration_withInstallAttribution()
503 .setInstallCooldownWindow(TimeUnit.DAYS.toMillis(2)) in impressionNoiseParamGeneration_withInstallAttribution()
520 .setInstallCooldownWindow(TimeUnit.DAYS.toMillis(2)) in impressionNoiseParamGeneration_withInstallAttribution()
537 .setInstallCooldownWindow(TimeUnit.DAYS.toMillis(2)) in impressionNoiseParamGeneration_withInstallAttribution()
554 .setInstallCooldownWindow(TimeUnit.DAYS.toMillis(2)) in impressionNoiseParamGeneration_withInstallAttribution()
570 .setInstallCooldownWindow(TimeUnit.DAYS.toMillis(2)) in impressionNoiseParamGeneration_withInstallAttribution()
682 .setInstallCooldownWindow( in testFakeReportGeneration()
DSourceNoiseHandlerAttributionProbabilityTest.java729 .setInstallCooldownWindow(coolDownWindow) in SourceNoiseHandlerAttributionProbabilityTest()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/reporting/
DEventReportWindowCalcDelegateTest.java303 .setInstallCooldownWindow(1L) in testMaxReportCount()
313 .setInstallCooldownWindow(1L) in testMaxReportCount()
359 .setInstallCooldownWindow(1L) in getMaxReportCount_configuredConversionsToOneInstallCase_incrementConfiguredCount()
617 .setInstallCooldownWindow(expiry) in getReportingTimeForNoising_eventSrcInstallAttWithConfiguredReportingWindows()
687 .setInstallCooldownWindow(expiry) in getReportingTimeForNoising_navigationSrcInstallAttWithConfiguredReportingWindows()
711 .setInstallCooldownWindow(TimeUnit.DAYS.toMillis(1)) in reportingTimeByIndex_eventWithInstallAttribution()
819 .setInstallCooldownWindow(TimeUnit.DAYS.toMillis(1)) in reportingTimeByIndex_navigationWithInstallAttribution()
841 .setInstallCooldownWindow(TimeUnit.DAYS.toMillis(1)) in reportingTimeByIndex_navigationWithInstallAttribution()
863 .setInstallCooldownWindow(TimeUnit.DAYS.toMillis(1)) in reportingTimeByIndex_navigationWithInstallAttribution()
1779 .setInstallCooldownWindow(1L) in getMaxReportCount_flexLiteApi()
[all …]
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/
DEventReportTest.java686 .setInstallCooldownWindow(0) in populate_eventSourceWebAndAppDest_coarseDestination()
783 .setInstallCooldownWindow(100) in populateFromSourceAndTrigger_setsRegistrationOrigin_FromTrigger()
843 .setInstallCooldownWindow(isInstallAttributable ? 100 : 0) in createSourceForTest()
DSourceTest.java1334 .setInstallCooldownWindow(installCooldownWindow) in assertInvalidSourceArguments()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/attribution/
DXnaSourceCreator.java189 builder::setInstallCooldownWindow);
/packages/modules/AdServices/adservices/tests/unittest/fixtures/java/com/android/adservices/service/measurement/
DSourceFixture.java88 .setInstallCooldownWindow(ValidSourceParams.INSTALL_COOLDOWN_WINDOW) in getValidSourceBuilder()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/measurement/
DMeasurementDaoTest.java2494 .setInstallCooldownWindow(COOLDOWN_WINDOW) in testInstallAttribution_selectHighestPriority()
2499 .setInstallCooldownWindow(COOLDOWN_WINDOW) in testInstallAttribution_selectHighestPriority()
2520 .setInstallCooldownWindow(COOLDOWN_WINDOW) in testInstallAttribution_selectLatest()
2525 .setInstallCooldownWindow(COOLDOWN_WINDOW) in testInstallAttribution_selectLatest()
2547 .setInstallCooldownWindow(0) in installAttribution_noCooldownWindow_ignoredToBeMarked()
2568 .setInstallCooldownWindow(COOLDOWN_WINDOW) in testInstallAttribution_ignoreNewerSources()
2573 .setInstallCooldownWindow(COOLDOWN_WINDOW) in testInstallAttribution_ignoreNewerSources()
2618 .setInstallCooldownWindow(COOLDOWN_WINDOW) in installAttribution_install_installTimeEqualsEventTime()
2640 .setInstallCooldownWindow(COOLDOWN_WINDOW) in doInstallAttribution_noValidSourceStatus_IgnoresSources()
2694 .setInstallCooldownWindow(COOLDOWN_WINDOW) in doInstallAttribution_withSourcesAcrossEnrollments_marksOneInstallFromEachRegOrigin()
[all …]
DDbState.java379 .setInstallCooldownWindow(sJSON.optLong("installCooldownWindow", 0)) in getSourceFrom()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/registration/
DAsyncSourceFetcher.java226 builder.setInstallCooldownWindow(TimeUnit.SECONDS.toMillis(installCooldownWindow)); in parseCommonSourceParams()
228 builder.setInstallCooldownWindow( in parseCommonSourceParams()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/
DSource.java1369 builder.setInstallCooldownWindow(copyFrom.mInstallCooldownWindow); in from()
1600 public Builder setInstallCooldownWindow(long installCooldownWindow) { in setInstallCooldownWindow() method in Source.Builder
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/measurement/
DSqliteObjectMapper.java154 builder::setInstallCooldownWindow); in constructSourceFromCursor()