Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/noising/
DSourceNoiseHandlerAttributionProbabilityTest.java717 List<Uri> webDestinations, in SourceNoiseHandlerAttributionProbabilityTest()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/reporting/
DEventReportingJobHandler.java324 List<Uri> webDestinations = destinations.first; in updateAppReportHistory() local
DDebugReportApi.java591 List<Uri> webDestinations = source.getWebDestinations(); in generateSourceDestinations() local
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/measurement/
DMeasurementDaoTest.java2176 List<Uri> webDestinations = List.of(WebUtil.validUri("https://web-destination.test")); in testCountDistinctRegistrationOriginPerPublisherXDestinationInSource_atWindow() local
2208 List<Uri> webDestinations = List.of(WebUtil.validUri("https://web-destination.test")); in testCountDistinctReportingOriginsPerPublisherXDestinationInSource_beyondWindow() local
2240 List<Uri> webDestinations = List.of(WebUtil.validUri("https://web-destination.test")); in testCountDistinctReportingOriginsPerPublisherXDestinationInSource_expiredSource() local
2284 List<Uri> webDestinations = List.of(WebUtil.validUri("https://web-destination.test")); in testCountDistinctReportingOriginsPerPublisherXDestinationInSource_appDestination() local
2351 List<Uri> webDestinations = List.of(WebUtil.validUri("https://web-destination.test")); in testCountDistinctReportingOriginsPerPublisherXDestinationInSource_webDestination() local
6372 List<Uri> webDestinations = null; in getSourceWithDifferentDestinations() local
6491 List<Uri> webDestinations, in getSourcesWithDifferentRegistrationOrigins()
6512 List<Uri> webDestinations, in getSourcesWithDifferentRegistrationOrigins()
10893 List<Uri> webDestinations, in insertSourceForAttributionScope()
10910 List<Uri> webDestinations, in insertSourceForAttributionScope()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/
DSource.java1132 public void setWebDestinations(@Nullable List<Uri> webDestinations) { in setWebDestinations()
1453 public Builder setWebDestinations(@Nullable List<Uri> webDestinations) { in setWebDestinations()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/
DSourceTest.java1301 List<Uri> webDestinations, in assertInvalidSourceArguments()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/measurement/
DMeasurementDao.java243 List<Uri> webDestinations = new ArrayList<>(); in getSourceDestinations() local