Home
last modified time | relevance | path

Searched refs:recordTopicsDefaultConsent (Results 1 – 15 of 15) sorted by relevance

/packages/modules/AdServices/adservices/apk/tests/notification/src/com/android/adservices/ui/notifications/
DConsentNotificationTriggerTest.java175 verify(mConsentManager).recordTopicsDefaultConsent(false); in testEuNotification_gaUxFlagEnabled()
248 verify(mConsentManager).recordTopicsDefaultConsent(true); in testNonEuNotifications_gaUxEnabled()
289 verify(mConsentManager).recordTopicsDefaultConsent(false); in testEuNotifications_gaUxEnabled_nonDismissable()
375 verify(mConsentManager).recordTopicsDefaultConsent(false); in testEuNotifications_gaUxEnabled_nonDismissable_dismissedOnConfirmationPage()
644 verify(mConsentManager).recordTopicsDefaultConsent(false); in testRvcPostOtaNotification()
651 verify(mConsentManager).recordTopicsDefaultConsent(true); in testRvcPostOtaNotification()
747 verify(mConsentManager).recordTopicsDefaultConsent(true); in testPasNotifications_PasUxEnabled_FirstNotice()
802 verify(mConsentManager, times(0)).recordTopicsDefaultConsent(true); in testPasNotifications_PasUxEnabled_RenotifyNotice()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/consent/
DAdServicesStorageManager.java444 public void recordTopicsDefaultConsent(boolean defaultConsent) { in recordTopicsDefaultConsent() method in AdServicesStorageManager
445 mAdServicesManager.recordTopicsDefaultConsent(defaultConsent); in recordTopicsDefaultConsent()
DIConsentStorage.java327 void recordTopicsDefaultConsent(boolean defaultConsent) throws IOException; in recordTopicsDefaultConsent() method
DConsentCompositeStorage.java1002 public void recordTopicsDefaultConsent(boolean defaultConsent) { in recordTopicsDefaultConsent() method in ConsentCompositeStorage
1005 storage.recordTopicsDefaultConsent(defaultConsent); in recordTopicsDefaultConsent()
DAppConsentStorageManager.java484 public void recordTopicsDefaultConsent(boolean defaultConsent) throws IOException { in recordTopicsDefaultConsent() method in AppConsentStorageManager
DConsentManager.java1355 public void recordTopicsDefaultConsent(boolean defaultConsent) {
1357 ConsentManagerV2.getInstance().recordTopicsDefaultConsent(defaultConsent);
1362 () -> mAdServicesManager.recordTopicsDefaultConsent(defaultConsent),
2133 adServicesManager.recordTopicsDefaultConsent(topicsDefaultConsented);
DConsentManagerV2.java1500 void recordTopicsDefaultConsent(boolean defaultConsent) { in recordTopicsDefaultConsent() method in ConsentManagerV2
1501 mConsentCompositeStorage.recordTopicsDefaultConsent(defaultConsent); in recordTopicsDefaultConsent()
/packages/modules/AdServices/adservices/framework/java/android/app/adservices/
DIAdServicesManager.aidl151 void recordTopicsDefaultConsent(in boolean defaultConsent); in recordTopicsDefaultConsent() method
DAdServicesManager.java410 public void recordTopicsDefaultConsent(boolean defaultConsent) { in recordTopicsDefaultConsent() method in AdServicesManager
412 mService.recordTopicsDefaultConsent(defaultConsent); in recordTopicsDefaultConsent()
/packages/modules/AdServices/adservices/apk/java/com/android/adservices/ui/notifications/
DConsentNotificationTrigger.java427 consentManager.recordTopicsDefaultConsent(false); in setUpGaConsent()
435 consentManager.recordTopicsDefaultConsent(true); in setUpGaConsent()
/packages/modules/AdServices/adservices/service/java/com/android/server/adservices/consent/
DConsentManager.java275 public void recordTopicsDefaultConsent(boolean defaultConsent) { in recordTopicsDefaultConsent() method in ConsentManager
/packages/modules/AdServices/adservices/service/java/com/android/server/adservices/
DAdServicesManagerService.java385 public void recordTopicsDefaultConsent(boolean defaultConsent) { in recordTopicsDefaultConsent() method in AdServicesManagerService
393 .recordTopicsDefaultConsent(defaultConsent); in recordTopicsDefaultConsent()
/packages/modules/AdServices/adservices/tests/unittest/ui/src/com/android/adservices/service/consent/
DConsentManagerV2Test.java2646 verify(mMockIAdServicesManager, never()).recordTopicsDefaultConsent(anyBoolean()); in testHandleConsentMigrationFromAppSearchIfNeeded_ExtServices()
4511 spyConsentManager.recordTopicsDefaultConsent(true); in getTopicsDefaultConsentTest_SystemServerOnly()
4516 verify(mMockIAdServicesManager).recordTopicsDefaultConsent(anyBoolean()); in getTopicsDefaultConsentTest_SystemServerOnly()
4531 spyConsentManager.recordTopicsDefaultConsent(true); in getTopicsDefaultConsentTest_PpApiAndSystemServer()
4536 verify(mMockIAdServicesManager).recordTopicsDefaultConsent(anyBoolean()); in getTopicsDefaultConsentTest_PpApiAndSystemServer()
4552 spyConsentManager.recordTopicsDefaultConsent(true); in getTopicsDefaultConsentTest_appSearchOnly()
4557 verify(mAppSearchConsentManagerMock).recordTopicsDefaultConsent(anyBoolean()); in getTopicsDefaultConsentTest_appSearchOnly()
4574 spyConsentManager.recordTopicsDefaultConsent(true); in getTopicsDefaultConsent_ppapiAndAdExtDataServiceOnly()
4579 verify(mAppConsentForRStorageManager).recordTopicsDefaultConsent(anyBoolean()); in getTopicsDefaultConsent_ppapiAndAdExtDataServiceOnly()
DConsentManagerTest.java2707 verify(mMockIAdServicesManager, never()).recordTopicsDefaultConsent(anyBoolean()); in testHandleConsentMigrationFromAppSearchIfNeeded_ExtServices()
2933 verify(mockAdServicesManager, never()).recordTopicsDefaultConsent(anyBoolean()); in testHandleConsentMigrationFromAppSearchIfNeeded_notMigrated()
2980 verify(mockAdServicesManager).recordTopicsDefaultConsent(eq(true)); in testHandleConsentMigrationFromAppSearchIfNeeded()
3477 spyConsentManager.recordTopicsDefaultConsent(true); in testRecordTopicsDefaultConsent_AppSearchOnly()
3491 RuntimeException.class, () -> spyConsentManager.recordTopicsDefaultConsent(true)); in testRecordTopicsDefaultConsent_ppapiAndAdExtDataServiceOnly()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/appsearch/
DAppSearchConsentStorageManager.java650 public void recordTopicsDefaultConsent(boolean defaultConsent) { in recordTopicsDefaultConsent() method in AppSearchConsentStorageManager