Home
last modified time | relevance | path

Searched refs:isSourceAllowedToInsert (Results 1 – 2 of 2) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/registration/
DAsyncRegistrationQueueRunnerTest.java2791 InsertSourcePermission isSourceAllowedToInsert = in testRegister_registrationTypeSource_sourceFetchSuccess() local
2792 asyncRegistrationQueueRunner.isSourceAllowedToInsert( in testRegister_registrationTypeSource_sourceFetchSuccess()
2800 assertTrue(isSourceAllowedToInsert.isAllowed()); in testRegister_registrationTypeSource_sourceFetchSuccess()
2831 .isSourceAllowedToInsert( in testRegister_registrationTypeSource_exceedsPrivacyParam_destination()
2875 .isSourceAllowedToInsert( in testRegister_registrationTypeSource_exceedsDestinationRateLimit()
2919 .isSourceAllowedToInsert( in testRegister_registrationTypeSource_exceedsDestinationReportingRateLimit()
2954 .isSourceAllowedToInsert( in testRegister_registrationTypeSource_exceedsOneOriginPerPublisherXEnrollmentLimit()
2981 .isSourceAllowedToInsert( in testRegister_registrationTypeSource_exceedsMaxSourcesLimit()
3011 .isSourceAllowedToInsert( in testRegister_registrationTypeSource_exceedsPrivacyParam_adTech()
3050 .isSourceAllowedToInsert( in testRegisterWebSource_exceedsPrivacyParam_destination()
[all …]
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/registration/
DAsyncRegistrationQueueRunner.java302 isSourceAllowedToInsert(source, topOrigin, publisherType, dao, mDebugReportApi); in storeSource()
385 InsertSourcePermission isSourceAllowedToInsert( in isSourceAllowedToInsert() method in AsyncRegistrationQueueRunner