Home
last modified time | relevance | path

Searched refs:countDistinctDestinationsPerPubXEnrollmentInUnexpiredSource (Results 1 – 5 of 5) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/registration/
DAsyncRegistrationQueueRunnerTest.java2785 when(mMeasurementDao.countDistinctDestinationsPerPubXEnrollmentInUnexpiredSource( in testRegister_registrationTypeSource_sourceFetchSuccess()
2805 .countDistinctDestinationsPerPubXEnrollmentInUnexpiredSource( in testRegister_registrationTypeSource_sourceFetchSuccess()
2823 when(mMeasurementDao.countDistinctDestinationsPerPubXEnrollmentInUnexpiredSource( in testRegister_registrationTypeSource_exceedsPrivacyParam_destination()
2844 .countDistinctDestinationsPerPubXEnrollmentInUnexpiredSource( in testRegister_registrationTypeSource_exceedsPrivacyParam_destination()
2865 when(mMeasurementDao.countDistinctDestinationsPerPubXEnrollmentInUnexpiredSource( in testRegister_registrationTypeSource_exceedsDestinationRateLimit()
2888 .countDistinctDestinationsPerPubXEnrollmentInUnexpiredSource( in testRegister_registrationTypeSource_exceedsDestinationRateLimit()
2909 when(mMeasurementDao.countDistinctDestinationsPerPubXEnrollmentInUnexpiredSource( in testRegister_registrationTypeSource_exceedsDestinationReportingRateLimit()
2932 .countDistinctDestinationsPerPubXEnrollmentInUnexpiredSource( in testRegister_registrationTypeSource_exceedsDestinationReportingRateLimit()
3001 when(mMeasurementDao.countDistinctDestinationsPerPubXEnrollmentInUnexpiredSource( in testRegister_registrationTypeSource_exceedsPrivacyParam_adTech()
3022 .countDistinctDestinationsPerPubXEnrollmentInUnexpiredSource( in testRegister_registrationTypeSource_exceedsPrivacyParam_adTech()
[all …]
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/registration/
DAsyncRegistrationQueueRunner.java556 dao.countDistinctDestinationsPerPubXEnrollmentInUnexpiredSource( in maybeDeleteSourcesForLruDestination()
607 dao.countDistinctDestinationsPerPubXEnrollmentInUnexpiredSource( in maybeDeleteSourcesForLruDestination()
706 dao.countDistinctDestinationsPerPubXEnrollmentInUnexpiredSource( in isDestinationWithinBounds()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/measurement/
DIMeasurementDao.java199 Integer countDistinctDestinationsPerPubXEnrollmentInUnexpiredSource( in countDistinctDestinationsPerPubXEnrollmentInUnexpiredSource() method
DMeasurementDao.java1675 public Integer countDistinctDestinationsPerPubXEnrollmentInUnexpiredSource( in countDistinctDestinationsPerPubXEnrollmentInUnexpiredSource() method in MeasurementDao
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/measurement/
DMeasurementDaoTest.java1147 .countDistinctDestinationsPerPubXEnrollmentInUnexpiredSource( in testCountDistinctDestinations_atWindow()
1220 .countDistinctDestinationsPerPubXEnrollmentInUnexpiredSource( in testCountDistinctDestinations_expiredSource()
1279 .countDistinctDestinationsPerPubXEnrollmentInUnexpiredSource( in testCountDistinctDestinations_beyondWindow()
1386 .countDistinctDestinationsPerPubXEnrollmentInUnexpiredSource( in testCountDistinctDestinations_appPublisher()
1494 .countDistinctDestinationsPerPubXEnrollmentInUnexpiredSource( in testCountDistinctDestinations_appPublisher_differentEnrollment()
1601 .countDistinctDestinationsPerPubXEnrollmentInUnexpiredSource( in testCountDistinctDestinations_webPublisher_exactMatch()
1721 .countDistinctDestinationsPerPubXEnrollmentInUnexpiredSource( in testCountDistinctDestinations_webPublisher_doesNotMatchDomainAsSuffix()
1828 .countDistinctDestinationsPerPubXEnrollmentInUnexpiredSource( in testCountDistinctDestinations_webPublisher_doesNotMatchDifferentScheme()
1936 .countDistinctDestinationsPerPubXEnrollmentInUnexpiredSource( in testCountDistinctDestinations_webPublisher_multipleDestinations()