Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/reporting/
DEventReportingJobHandler.java331 && dao.getSource(eventReport.getSourceId()).hasCoarseEventReportDestinations()) { in updateAppReportHistory()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/
DSource.java359 && hasCoarseEventReportDestinations(); in shouldReportCoarseDestinations()
1058 public boolean hasCoarseEventReportDestinations() { in hasCoarseEventReportDestinations() method in Source
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/attribution/
DAttributionJobHandler.java1237 && source.hasCoarseEventReportDestinations()) { in getEventReportDestinations()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/measurement/
DMeasurementDao.java710 source.hasCoarseEventReportDestinations()); in insertSource()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/registration/
DAsyncSourceFetcherTest.java5929 assertFalse(result.hasCoarseEventReportDestinations()); in fetchSource_withFeatureDisabledCoarseDestinationProvided_valueIgnored()
5967 assertTrue(result.hasCoarseEventReportDestinations()); in fetchSource_withFeatureEnabledCoarseDestinationProvided_valueParsed()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/measurement/
DMeasurementDaoTest.java268 validSource.hasCoarseEventReportDestinations(), in testInsertSource()
269 source.hasCoarseEventReportDestinations()); in testInsertSource()