Home
last modified time | relevance | path

Searched refs:getInstallAttributionWindow (Results 1 – 5 of 5) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/measurement/
DAbstractDbIntegrationTest.java394 source.getInstallAttributionWindow()); in insertToDb()
DMeasurementDaoTest.java250 validSource.getInstallAttributionWindow(), source.getInstallAttributionWindow()); in testInsertSource()
317 validSource.getInstallAttributionWindow(), source.getInstallAttributionWindow()); in testInsertSource_flexibleEventReport_equal()
6637 values.put(SourceContract.INSTALL_ATTRIBUTION_WINDOW, source.getInstallAttributionWindow()); in insertSource()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/
DSource.java866 public long getInstallAttributionWindow() { in getInstallAttributionWindow() method in Source
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/registration/
DAsyncSourceFetcherTest.java706 assertEquals(TimeUnit.SECONDS.toMillis(272800), result.getInstallAttributionWindow()); in testSourceRequestWithPostInstallAttributes()
749 assertEquals(TimeUnit.SECONDS.toMillis(2592000L), result.getInstallAttributionWindow()); in testSourceRequestWithPostInstallAttributesReceivedAsNull()
798 assertEquals(TimeUnit.SECONDS.toMillis(86400), result.getInstallAttributionWindow()); in testSourceRequestWithInstallAttributesOutofBounds()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/measurement/
DMeasurementDao.java690 values.put(SourceContract.INSTALL_ATTRIBUTION_WINDOW, source.getInstallAttributionWindow()); in insertSource()