Home
last modified time | relevance | path

Searched refs:getInstallCooldownWindow (Results 1 – 6 of 6) sorted by relevance

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/
DSource.java948 public long getInstallCooldownWindow() { in getInstallCooldownWindow() method in Source
954 return getInstallCooldownWindow() > 0 && hasAppDestinations(); in isInstallDetectionEnabled()
/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/src/com/android/adservices/data/measurement/
DAbstractDbIntegrationTest.java398 source.getInstallCooldownWindow()); in insertToDb()
DMeasurementDaoTest.java260 assertEquals(validSource.getInstallCooldownWindow(), source.getInstallCooldownWindow()); in testInsertSource()
329 assertEquals(validSource.getInstallCooldownWindow(), source.getInstallCooldownWindow()); in testInsertSource_flexibleEventReport_equal()
480 assertThat(validSource.getInstallCooldownWindow()) in testInsertSource_aggregateDebugReportingEnabled_success()
481 .isEqualTo(source.getInstallCooldownWindow()); in testInsertSource_aggregateDebugReportingEnabled_success()
568 assertThat(validSource.getInstallCooldownWindow()) in testInsertSource_aggregateDebugReportingDisabled_relatedDataNotInserted()
569 .isEqualTo(source.getInstallCooldownWindow()); in testInsertSource_aggregateDebugReportingDisabled_relatedDataNotInserted()
9031 values.put(SourceContract.INSTALL_COOLDOWN_WINDOW, source.getInstallCooldownWindow()); in insertSource()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/attribution/
DAttributionJobHandler.java1678 < (source.getEventTime() + source.getInstallCooldownWindow()); in isWithinInstallCooldownWindow()
/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/src/com/android/adservices/service/measurement/registration/
DAsyncSourceFetcherTest.java1076 assertEquals(TimeUnit.SECONDS.toMillis(987654L), result.getInstallCooldownWindow()); in testSourceRequestWithPostInstallAttributes()
1121 assertEquals(0L, result.getInstallCooldownWindow()); in testSourceRequestWithPostInstallAttributesReceivedAsNull()
1171 assertEquals(TimeUnit.SECONDS.toMillis((2592000L)), result.getInstallCooldownWindow()); in testSourceRequestWithInstallAttributesOutofBounds()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/measurement/
DMeasurementDao.java807 values.put(SourceContract.INSTALL_COOLDOWN_WINDOW, source.getInstallCooldownWindow()); in insertSource()