Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/common/
DCustomAudienceServiceFilterTest.java69 @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()
DAdSelectionServiceFilterTest.java79 @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()
DProtectedSignalsServiceFilterTest.java62 @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()
DFledgeE2ETest.java322 @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/
DCustomAudienceServiceImplTest.java121 @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 …]
DCustomAudienceServiceEndToEndTest.java233 @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/
DSignalsEncodingE2ETest.java136 @Mock private FledgeConsentFilter mFledgeConsentFilterMock; field in SignalsEncodingE2ETest
238 mFledgeConsentFilterMock, in setup()
DSignalsIntakeE2ETest.java125 @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/
DFrequencyCapFilteringE2ETest.java192 @Mock private FledgeConsentFilter mFledgeConsentFilterMock; field in FrequencyCapFilteringE2ETest
545 mFledgeConsentFilterMock, in testUpdateHistogramExceedingRateLimitNotifiesError()