Home
last modified time | relevance | path

Searched defs:webDestinations (Results 1 – 6 of 6) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/noising/
DSourceNoiseHandlerAttributionProbabilityTest.java913 List<Uri> webDestinations, in SourceNoiseHandlerAttributionProbabilityTest()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/
DSourceTest.java742 List<Uri> webDestinations, in assertInvalidSourceArguments()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/
DSource.java578 public void setWebDestinations(@Nullable List<Uri> webDestinations) { in setWebDestinations()
757 public Builder setWebDestinations(@Nullable List<Uri> webDestinations) { in setWebDestinations()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/measurement/
DMeasurementDaoTest.java1633 List<Uri> webDestinations = List.of(WebUtil.validUri("https://web-destination.test")); in testCountDistinctEnrollmentsPerPublisherXDestinationInSource_atWindow() local
1665 List<Uri> webDestinations = List.of(WebUtil.validUri("https://web-destination.test")); in testCountDistinctEnrollmentsPerPublisherXDestinationInSource_beyondWindow() local
1697 List<Uri> webDestinations = List.of(WebUtil.validUri("https://web-destination.test")); in testCountDistinctEnrollmentsPerPublisherXDestinationInSource_expiredSource() local
1741 List<Uri> webDestinations = List.of(WebUtil.validUri("https://web-destination.test")); in testCountDistinctEnrollmentsPerPublisherXDestinationInSource_appDestination() local
1807 List<Uri> webDestinations = List.of(WebUtil.validUri("https://web-destination.test")); in testCountDistinctEnrollmentsPerPublisherXDestinationInSource_webDestination() local
5358 List<Uri> webDestinations = null; in getSourceWithDifferentDestinations() local
5477 List<Uri> webDestinations, in getSourcesWithDifferentEnrollments()
5498 List<Uri> webDestinations, in getSourcesWithDifferentEnrollments()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/reporting/
DDebugReportApi.java456 List<Uri> webDestinations = source.getWebDestinations(); in generateSourceDestinations() local
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/measurement/
DMeasurementDao.java214 List<Uri> webDestinations = new ArrayList<>(); in getSourceDestinations() local