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/measurement/src/com/android/adservices/data/measurement/
DAbstractDbIntegrationTest.java396 source.getInstallAttributionWindow()); in insertToDb()
DMeasurementDaoTest.java259 validSource.getInstallAttributionWindow(), source.getInstallAttributionWindow()); in testInsertSource()
328 validSource.getInstallAttributionWindow(), source.getInstallAttributionWindow()); in testInsertSource_flexibleEventReport_equal()
478 assertThat(validSource.getInstallAttributionWindow()) in testInsertSource_aggregateDebugReportingEnabled_success()
479 .isEqualTo(source.getInstallAttributionWindow()); in testInsertSource_aggregateDebugReportingEnabled_success()
566 assertThat(validSource.getInstallAttributionWindow()) in testInsertSource_aggregateDebugReportingDisabled_relatedDataNotInserted()
567 .isEqualTo(source.getInstallAttributionWindow()); in testInsertSource_aggregateDebugReportingDisabled_relatedDataNotInserted()
9030 values.put(SourceContract.INSTALL_ATTRIBUTION_WINDOW, source.getInstallAttributionWindow()); in insertSource()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/
DSource.java941 public long getInstallAttributionWindow() { in getInstallAttributionWindow() method in Source
/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/src/com/android/adservices/service/measurement/registration/
DAsyncSourceFetcherTest.java1075 assertEquals(TimeUnit.SECONDS.toMillis(272800), result.getInstallAttributionWindow()); in testSourceRequestWithPostInstallAttributes()
1119 assertEquals(TimeUnit.SECONDS.toMillis(2592000L), result.getInstallAttributionWindow()); in testSourceRequestWithPostInstallAttributesReceivedAsNull()
1169 assertEquals(TimeUnit.SECONDS.toMillis(86400), result.getInstallAttributionWindow()); in testSourceRequestWithInstallAttributesOutofBounds()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/measurement/
DMeasurementDao.java806 values.put(SourceContract.INSTALL_ATTRIBUTION_WINDOW, source.getInstallAttributionWindow()); in insertSource()