/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/common/ |
D | CustomAudienceServiceFilterTest.java | 69 @Mock private FledgeConsentFilter mFledgeConsentFilterMock; field in CustomAudienceServiceFilterTest 106 mFledgeConsentFilterMock, in setUp() 193 mFledgeConsentFilterMock, in testFilterRequest_adTechNotAuthorized_throws() 228 mFledgeConsentFilterMock, in testFilterRequest_withLocalhostDomain_doesNotPass() 270 mFledgeConsentFilterMock, in testFilterRequest_withLocalhostDomainInDeveloperMode_skipCheck() 346 .when(mFledgeConsentFilterMock) in testFilterRequest_enforceConsentTrue_lacksUserConsentForApp_throws() 366 .when(mFledgeConsentFilterMock) in testFilterRequest_enforceConsentFalse_lacksUserConsentForApp_succeeds() 595 .when(mFledgeConsentFilterMock) in testFilterRequestAndExtractIdentifier_enforceConsentTrue_lacksUserConsentForApp() 625 .when(mFledgeConsentFilterMock) in testFilterRequestAndExtractIdentifier_enforceConsentFalse_lacksUserConsentForApp()
|
D | AdSelectionServiceFilterTest.java | 79 @Mock private FledgeConsentFilter mFledgeConsentFilterMock; field in AdSelectionServiceFilterTest 107 mFledgeConsentFilterMock, in setUp() 218 mFledgeConsentFilterMock, in testFilterRequestThrowsAdTechNotAllowedExceptionWhenAdTechNotAuthorized() 277 .when(mFledgeConsentFilterMock) in testFilterRequest_apiConsentRevoked_throwsRevokedConsentException() 302 .when(mFledgeConsentFilterMock) in testFilterRequest_apiConsentRevoked_enforceConsentFalse_succeeds() 337 mFledgeConsentFilterMock, in testFilterRequest_withLocalhostDomain_doesNotPass() 384 mFledgeConsentFilterMock, in testFilterRequest_withLocalhostDomainInDeveloperMode_skipCheck()
|
D | ProtectedSignalsServiceFilterTest.java | 62 @Mock private FledgeConsentFilter mFledgeConsentFilterMock; field in ProtectedSignalsServiceFilterTest 97 mFledgeConsentFilterMock, in setUp() 320 .when(mFledgeConsentFilterMock) in testFilterRequestAndExtractIdentifier_enforceConsentTrue_lacksUserConsentForApp() 350 .when(mFledgeConsentFilterMock) in testFilterRequestAndExtractIdentifier_enforceConsentFalse_lacksUserConsentForApp()
|
D | FledgeE2ETest.java | 322 @Mock private FledgeConsentFilter mFledgeConsentFilterMock; field in FledgeE2ETest 4904 mFledgeConsentFilterMock, in initClients()
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/customaudience/ |
D | CustomAudienceServiceImplTest.java | 121 @Mock private FledgeConsentFilter mFledgeConsentFilterMock; field in CustomAudienceServiceImplTest 160 mFledgeConsentFilterMock, in setup() 312 mFledgeConsentFilterMock, in testJoinCustomAudience_notInBinderThread() 628 mFledgeConsentFilterMock, in testFetchAndJoinCustomAudience_notInBinderThread() 771 mFledgeConsentFilterMock, in testLeaveCustomAudience_notInBinderThread() 1053 mFledgeConsentFilterMock, in testAppImportanceDisabledCallerInBackground_joinCustomAudienceSucceeds() 1157 mFledgeConsentFilterMock, in testAppImportanceDisabledCallerInBackground_leaveCustomAudienceSucceeds() 1282 mFledgeConsentFilterMock, in testAppImportanceDisabledCallerInBackground_overrideCustomAudienceSucceeds() 1391 mFledgeConsentFilterMock, in testAppImportanceDisabledCallerInBackground_removeCustomAudienceOverrideSucceeds() 1479 mFledgeConsentFilterMock, in testAppImportanceDisabledCallerInBackground_resetOverridesSucceeds() [all …]
|
D | CustomAudienceServiceEndToEndTest.java | 233 @Mock private FledgeConsentFilter mFledgeConsentFilterMock; field in CustomAudienceServiceEndToEndTest 319 mFledgeConsentFilterMock, in setup() 395 mFledgeConsentFilterMock, in testJoinCustomAudience_notInBinderThread_fail() 1121 mFledgeConsentFilterMock, in testLeaveCustomAudience_notInBinderThread_fail() 2963 mFledgeConsentFilterMock, in testCustomAudience_throttledSubsequentCallFails() 3188 mFledgeConsentFilterMock, in reInitServiceWithFlags()
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/signals/ |
D | SignalsEncodingE2ETest.java | 136 @Mock private FledgeConsentFilter mFledgeConsentFilterMock; field in SignalsEncodingE2ETest 238 mFledgeConsentFilterMock, in setup()
|
D | SignalsIntakeE2ETest.java | 125 @Mock private FledgeConsentFilter mFledgeConsentFilterMock; field in SignalsIntakeE2ETest 223 mFledgeConsentFilterMock, in setup()
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/ |
D | FrequencyCapFilteringE2ETest.java | 192 @Mock private FledgeConsentFilter mFledgeConsentFilterMock; field in FrequencyCapFilteringE2ETest 545 mFledgeConsentFilterMock, in testUpdateHistogramExceedingRateLimitNotifiesError()
|