Home
last modified time | relevance | path

Searched refs:getMeasurementPlatformDebugAdIdMatchingEnrollmentBlocklist (Results 1 – 9 of 9) sorted by relevance

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/reporting/
DDebugKeyAccessor.java100 mFlags.getMeasurementPlatformDebugAdIdMatchingEnrollmentBlocklist(); in getDebugKeys()
232 mFlags.getMeasurementPlatformDebugAdIdMatchingEnrollmentBlocklist(); in getDebugKeysForVerboseTriggerDebugReport()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/reporting/
DDebugKeyAccessorTest.java92 when(mFlags.getMeasurementPlatformDebugAdIdMatchingEnrollmentBlocklist()).thenReturn(""); in setup()
1825 when(mFlags.getMeasurementPlatformDebugAdIdMatchingEnrollmentBlocklist()) in getDebugKeys_adIdMatching_appToWeb_blockedEnrollment_debugKeysAbsent()
1857 when(mFlags.getMeasurementPlatformDebugAdIdMatchingEnrollmentBlocklist()).thenReturn("*"); in getDebugKeys_adIdMatching_appToWeb_allEnrollmentsBlocked_debugKeysAbsent()
2167 when(mFlags.getMeasurementPlatformDebugAdIdMatchingEnrollmentBlocklist()) in getDebugKeys_adIdMatching_webToApp_blockedEnrollment_debugKeysAbsent()
2199 when(mFlags.getMeasurementPlatformDebugAdIdMatchingEnrollmentBlocklist()).thenReturn("*"); in getDebugKeys_adIdMatching_webToApp_allEnrollmentsBlocked_debugKeysAbsent()
2510 when(mFlags.getMeasurementPlatformDebugAdIdMatchingEnrollmentBlocklist()) in getDebugKeysForVerbose_adIdAppToWeb_blockedEnrollment_sourceDebugKeyAbsent()
2542 when(mFlags.getMeasurementPlatformDebugAdIdMatchingEnrollmentBlocklist()).thenReturn("*"); in getDebugKeysForVerbose_adIdAppToWeb_allEnrollmentsBlocked_sourceDebugKeyAbsent()
2853 when(mFlags.getMeasurementPlatformDebugAdIdMatchingEnrollmentBlocklist()) in getDebugKeysForVerbose_adIdWebToApp_blockedEnrollment_sourceDebugKeyAbsent()
2885 when(mFlags.getMeasurementPlatformDebugAdIdMatchingEnrollmentBlocklist()).thenReturn("*"); in getDebugKeysForVerbose_adIdWebToApp_allEnrollmentsBlocked_sourceDebugKeyAbsent()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/registration/
DAsyncTriggerFetcher.java290 mFlags.getMeasurementPlatformDebugAdIdMatchingEnrollmentBlocklist(); in parseTrigger()
DAsyncSourceFetcher.java282 mFlags.getMeasurementPlatformDebugAdIdMatchingEnrollmentBlocklist(); in parseCommonSourceParams()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/
DFlags.java3713 default String getMeasurementPlatformDebugAdIdMatchingEnrollmentBlocklist() { in getMeasurementPlatformDebugAdIdMatchingEnrollmentBlocklist() method
DPhFlags.java1706 public String getMeasurementPlatformDebugAdIdMatchingEnrollmentBlocklist() { in getMeasurementPlatformDebugAdIdMatchingEnrollmentBlocklist() method in PhFlags
3772 + getMeasurementPlatformDebugAdIdMatchingEnrollmentBlocklist()); in dump()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/registration/
DAsyncTriggerFetcherTest.java250 when(mFlags.getMeasurementPlatformDebugAdIdMatchingEnrollmentBlocklist()).thenReturn(""); in setup()
6123 when(mFlags.getMeasurementPlatformDebugAdIdMatchingEnrollmentBlocklist()) in fetchWebTrigger_withDebugAdIdValue_enrollmentBlockListed_doesNotGetParsed()
6167 when(mFlags.getMeasurementPlatformDebugAdIdMatchingEnrollmentBlocklist()).thenReturn("*"); in fetchWebTrigger_withDebugAdIdValue_blockListMatchesAll_doesNotGetParsed()
DAsyncSourceFetcherTest.java215 when(mFlags.getMeasurementPlatformDebugAdIdMatchingEnrollmentBlocklist()).thenReturn(""); in setup()
5674 when(mFlags.getMeasurementPlatformDebugAdIdMatchingEnrollmentBlocklist()) in fetchWebSource_withDebugAdIdValue_enrollmentBlockListed_doesNotGetParsed()
5731 when(mFlags.getMeasurementPlatformDebugAdIdMatchingEnrollmentBlocklist()).thenReturn("*"); in fetchWebSource_withDebugAdIdValue_blockListMatchesAll_doesNotGetParsed()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/
DPhFlagsTest.java1699 Flags::getMeasurementPlatformDebugAdIdMatchingEnrollmentBlocklist); in testGetMeasurementDebugKeyAdIdMatchingEnrollmentBlocklist()