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.java873 public long getInstallCooldownWindow() { in getInstallCooldownWindow() method in Source
879 return getInstallCooldownWindow() > 0 && hasAppDestinations(); in isInstallDetectionEnabled()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/measurement/
DAbstractDbIntegrationTest.java396 source.getInstallCooldownWindow()); in insertToDb()
DMeasurementDaoTest.java251 assertEquals(validSource.getInstallCooldownWindow(), source.getInstallCooldownWindow()); in testInsertSource()
318 assertEquals(validSource.getInstallCooldownWindow(), source.getInstallCooldownWindow()); in testInsertSource_flexibleEventReport_equal()
6638 values.put(SourceContract.INSTALL_COOLDOWN_WINDOW, source.getInstallCooldownWindow()); in insertSource()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/attribution/
DAttributionJobHandler.java1481 < (source.getEventTime() + source.getInstallCooldownWindow()); in isWithinInstallCooldownWindow()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/registration/
DAsyncSourceFetcherTest.java707 assertEquals(TimeUnit.SECONDS.toMillis(987654L), result.getInstallCooldownWindow()); in testSourceRequestWithPostInstallAttributes()
751 assertEquals(0L, result.getInstallCooldownWindow()); in testSourceRequestWithPostInstallAttributesReceivedAsNull()
800 assertEquals(TimeUnit.SECONDS.toMillis((2592000L)), result.getInstallCooldownWindow()); in testSourceRequestWithInstallAttributesOutofBounds()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/measurement/
DMeasurementDao.java691 values.put(SourceContract.INSTALL_COOLDOWN_WINDOW, source.getInstallCooldownWindow()); in insertSource()