Searched refs:excludedDestinations (Results 1 – 3 of 3) sorted by relevance
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/measurement/ |
D | IMeasurementDao.java | 189 List<Uri> excludedDestinations, in countDistinctDestPerPubXEnrollmentInUnexpiredSourceInWindow() argument 203 List<Uri> excludedDestinations, in countDistinctDestinationsPerPubXEnrollmentInUnexpiredSource() argument 215 List<Uri> excludedDestinations, in countDistinctDestinationsPerPublisherPerRateLimitWindow() argument 798 List<Uri> excludedDestinations, in fetchSourceIdsForLruDestinationXEnrollmentXPublisher() argument
|
D | MeasurementDao.java | 1634 List<Uri> excludedDestinations, in countDistinctDestPerPubXEnrollmentInUnexpiredSourceInWindow() argument 1650 + flattenAsSqlQueryList(excludedDestinations), in countDistinctDestPerPubXEnrollmentInUnexpiredSourceInWindow() 1679 List<Uri> excludedDestinations, in countDistinctDestinationsPerPubXEnrollmentInUnexpiredSource() argument 1695 + flattenAsSqlQueryList(excludedDestinations), in countDistinctDestinationsPerPubXEnrollmentInUnexpiredSource() 1722 List<Uri> excludedDestinations, in countDistinctDestinationsPerPublisherPerRateLimitWindow() argument 1741 + flattenAsSqlQueryList(excludedDestinations), in countDistinctDestinationsPerPublisherPerRateLimitWindow() 3324 List<Uri> excludedDestinations, 3362 + flattenAsSqlQueryList(excludedDestinations)
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/measurement/ |
D | MeasurementDaoTest.java | 1126 List<Uri> excludedDestinations = in testCountDistinctDestinations_atWindow() local 1137 excludedDestinations, in testCountDistinctDestinations_atWindow() 1151 excludedDestinations, in testCountDistinctDestinations_atWindow() 1163 excludedDestinations, in testCountDistinctDestinations_atWindow() 1199 List<Uri> excludedDestinations = in testCountDistinctDestinations_expiredSource() local 1210 excludedDestinations, in testCountDistinctDestinations_expiredSource() 1224 excludedDestinations, in testCountDistinctDestinations_expiredSource() 1236 excludedDestinations, in testCountDistinctDestinations_expiredSource() 1258 List<Uri> excludedDestinations = in testCountDistinctDestinations_beyondWindow() local 1269 excludedDestinations, in testCountDistinctDestinations_beyondWindow() [all …]
|