/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/common/ |
D | ConsentNotificationJobServiceTest.java | 136 mocker.mockGetConsentNotificationDebugMode(false); in testOnStartJobAsyncUtilExecute_Reconsent_GaUxDisabled() 157 mocker.mockGetConsentNotificationDebugMode(false); in testOnStartJobAsyncUtilExecute_Reconsent_GaUxDisabled() 170 mocker.mockGetConsentNotificationDebugMode(false); in testOnStartJobAsyncUtilExecute_ReconsentFalse() 192 mocker.mockGetConsentNotificationDebugMode(false); in testOnStartJobAsyncUtilExecute_ReconsentFalse() 282 mocker.mockGetConsentNotificationDebugMode(true); in testDelaysWhenDebugModeOn() 421 mocker.mockGetConsentNotificationDebugMode(false); in testOnStartJobAsyncUtilExecute() 444 mocker.mockGetConsentNotificationDebugMode(false); in testOnStartJobAsyncUtilExecute() 467 mocker.mockGetConsentNotificationDebugMode(enabled); in mockConsentDebugMode()
|
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/protectedaudience/src/com/android/adservices/service/customaudience/ |
D | ScheduleCustomAudienceUpdateImplTest.java | 157 mocker.mockGetConsentNotificationDebugMode(false); in setup() 211 mocker.mockGetConsentNotificationDebugMode(true); in testScheduleCustomAudienceUpdate_withShouldReplacePendingUpdateFalse_SuccessWithUXNotificationEnforcementDisabled() 268 mocker.mockGetConsentNotificationDebugMode(true); in testScheduleCustomAudienceUpdate_withShouldReplacePendingUpdateFalse_WithAdditionalScheduleRequestsTrue() 340 mocker.mockGetConsentNotificationDebugMode(true); in testScheduleCustomAudienceUpdate_withShouldReplacePendingUpdateFalse_SuccessWithAdditionalScheduleRequestsFalse()
|
D | CustomAudienceServiceImplTest.java | 158 mocker.mockGetConsentNotificationDebugMode(false); in setup() 271 mocker.mockGetConsentNotificationDebugMode(true); in testJoinCustomAudience_runNormallyWithUNotificationEnforcementDisabled() 862 mocker.mockGetConsentNotificationDebugMode(true); in testLeaveCustomAudience_runNormallyWithUNotificationEnforcementDisabled()
|
D | FetchCustomAudienceImplTest.java | 219 mocker.mockGetConsentNotificationDebugMode(false); in setup() 519 mocker.mockGetConsentNotificationDebugMode(true); in testImpl_revokedConsent_failsSilentlyUXNotificationDisabled()
|
/aosp_15_r20/packages/modules/AdServices/adservices/tests/test-util/java/com/android/adservices/common/ |
D | AdServicesMockerLessExtendedMockitoTestCase.java | 324 public void mockGetConsentNotificationDebugMode(boolean value) { in mockGetConsentNotificationDebugMode() method in AdServicesMockerLessExtendedMockitoTestCase.InternalMocker 325 mAdServicesDebugFlagsMocker.mockGetConsentNotificationDebugMode(value); in mockGetConsentNotificationDebugMode()
|
/aosp_15_r20/packages/modules/AdServices/adservices/tests/test-util/java/com/android/adservices/mockito/ |
D | AdServicesDebugFlagsMocker.java | 32 void mockGetConsentNotificationDebugMode(boolean value); in mockGetConsentNotificationDebugMode() method
|
D | AdServicesMockitoDebugFlagsMocker.java | 41 public void mockGetConsentNotificationDebugMode(boolean value) { in mockGetConsentNotificationDebugMode() method in AdServicesMockitoDebugFlagsMocker
|
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/adservices-test-utility/src/com/android/adservices/mockito/ |
D | AdServicesDebugFlagsMockerTestCase.java | 66 getMocker().mockGetConsentNotificationDebugMode(true); in testMockGetConsentNotificationDebugMode()
|
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/protectedaudience/src/com/android/adservices/service/adselection/ |
D | AppInstallAdvertisersSetterTest.java | 150 mocker.mockGetConsentNotificationDebugMode(true); in testSetAppInstallAdvertisersSuccessWithUxNotificationEnforcementDisabled()
|
D | UpdateAdCounterHistogramWorkerTest.java | 144 mocker.mockGetConsentNotificationDebugMode(true); in testWorkerUpdatesHistogramAndNotifiesSuccessWithUXNotificationEnforcementDisabled()
|
D | ReportEventImplTest.java | 189 mocker.mockGetConsentNotificationDebugMode(false); in setup() 328 mocker.mockGetConsentNotificationDebugMode(true); in testImplSuccessfullyReportsRegisteredInteractionsWithUXNotificationEnforcementDisabled()
|
D | OutcomeSelectionRunnerTest.java | 270 mocker.mockGetConsentNotificationDebugMode(true); in testRunOutcomeSelectionRevokedUserConsentEmptyResult_UXNotificationNotEnforced()
|
D | AdSelectionFailureE2ETest.java | 256 mocker.mockGetConsentNotificationDebugMode(false); in setUp()
|
D | GetAdSelectionDataRunnerTest.java | 220 mocker.mockGetConsentNotificationDebugMode(false); in setup() 330 mocker.mockGetConsentNotificationDebugMode(true); in testRunner_getAdSelectionData_returnsSuccessWithUXNotificationEnforcementDisabled()
|
D | OnDeviceAdSelectionRunnerTest.java | 349 mocker.mockGetConsentNotificationDebugMode(false); in setUp() 551 mocker.mockGetConsentNotificationDebugMode(true); in testRunAdSelectionSuccessWithUXNotificationEnforcementDisabled()
|
D | AdSelectionServiceImplTest.java | 345 mocker.mockGetConsentNotificationDebugMode(false); in setUp() 554 mocker.mockGetConsentNotificationDebugMode(true); in testReportImpressionSuccessWithUXNotificationNotEnforced() 10454 mocker.mockGetConsentNotificationDebugMode(true); in testReportImpressionSuccess_callsServerAuctionForImpressionReporterIsOnWithUXNotificationEnforcementDisabled()
|
D | PersistAdSelectionResultRunnerTest.java | 2025 mocker.mockGetConsentNotificationDebugMode(true); in testRunner_revokedUserConsent_returnsEmptyResult_UXNotificationEnforcementDisabled()
|
D | AuctionServerE2ETest.java | 374 mocker.mockGetConsentNotificationDebugMode(false); in setUp()
|
D | AdSelectionE2ETest.java | 705 mocker.mockGetConsentNotificationDebugMode(false); in setUp()
|
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/shell/signals/ |
D | TriggerEncodingCommandE2ETest.java | 305 mocker.mockGetConsentNotificationDebugMode(true); in setUp()
|
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/protectedaudience/src/com/android/adservices/service/signals/ |
D | ProtectedSignalsServiceImplTest.java | 269 mocker.mockGetConsentNotificationDebugMode(true); in testUpdateSignalsSuccessWithUXNotificationNotEnforced()
|
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/protectedaudience/src/com/android/adservices/service/common/ |
D | FledgeE2ETest.java | 379 mocker.mockGetConsentNotificationDebugMode(false); in setUp()
|