Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/apk/java/com/android/adservices/ui/settings/delegates/
DTopicsActionDelegate.java72 mTopicsViewModel.setTopicsConsent(true); in listenToTopicsViewModelUiEvents()
80 mTopicsViewModel.setTopicsConsent(false); in listenToTopicsViewModelUiEvents()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/consent/
DAdExtDataConsentMigrationUtilsV2Test.java253 .setTopicsConsent(false) in testHandleConsentMigrationFromAdExtDataIfNeededV2_onSWithMigrationEligibleWithFullData_migrationSuccessWithAdExtDataCleared()
317 .setTopicsConsent(false) in testHandleConsentMigrationFromAdExtDataIfNeededV2_onSWithMigrationEligibleWithPartialDataWithFailedSharedPrefUpdate_migrationSuccessWithAdExtDataCleared()
529 .setTopicsConsent(false) in testHandleConsentMigrationFromAdExtDataIfNeededV2_onTWithMigrationEligibleWithFullData_migrationSuccessWithAdExtDataCleared()
595 .setTopicsConsent(false) in testHandleConsentMigrationFromAdExtDataIfNeededV2_onTWithMigrationEligibleWithPartialDataWithFailedSharedPrefUpdate_migrationSuccessWithAdExtDataCleared()
DAdExtDataConsentMigrationUtilsTest.java253 .setTopicsConsent(false) in testHandleConsentMigrationFromAdExtDataIfNeeded_onSWithMigrationEligibleWithFullData_migrationSuccessWithAdExtDataCleared()
317 .setTopicsConsent(false) in testHandleConsentMigrationFromAdExtDataIfNeeded_onSWithMigrationEligibleWithPartialDataWithFailedSharedPrefUpdate_migrationSuccessWithAdExtDataCleared()
525 .setTopicsConsent(false) in testHandleConsentMigrationFromAdExtDataIfNeeded_onTWithMigrationEligibleWithFullData_migrationSuccessWithAdExtDataCleared()
588 .setTopicsConsent(false) in testHandleConsentMigrationFromAdExtDataIfNeeded_onTWithMigrationEligibleWithPartialDataWithFailedSharedPrefUpdate_migrationSuccessWithAdExtDataCleared()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/consent/
DAppConsents.java55 public abstract AppConsents.Builder setTopicsConsent(boolean value); in setTopicsConsent() method in AppConsents.Builder
DAdExtDataConsentMigrationUtilsV2.java211 .setTopicsConsent(false) in migrateAdExtDataV2()
DConsentManagerV2.java997 .setTopicsConsent(consentKey) in migratePpApiConsentToSystemService()
1260 .setTopicsConsent(consentMap.get(AdServicesApiType.TOPICS.toPpApiDatastoreKey())) in migrateAppSearchConsents()
1395 .setTopicsConsent(appConsents == null || appConsents.getTopicsConsent()) in getConsentManagerStatsForLogging()
DAdExtDataConsentMigrationUtils.java239 .setTopicsConsent(false) in migrateAdExtData()
DConsentManager.java1842 .setTopicsConsent(consentKey)
2164 .setTopicsConsent(topicsConsented)
2761 .setTopicsConsent(appConsents == null || appConsents.getTopicsConsent())
/packages/modules/AdServices/adservices/apk/java/com/android/adservices/ui/settings/activitydelegates/
DTopicsActivityActionDelegate.java175 mTopicsViewModel.setTopicsConsent(true); in listenToTopicsViewModelUiEvents()
183 mTopicsViewModel.setTopicsConsent(false); in listenToTopicsViewModelUiEvents()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/stats/
DConsentMigrationStats.java130 public abstract Builder setTopicsConsent(boolean value); in setTopicsConsent() method in ConsentMigrationStats.Builder
/packages/modules/AdServices/adservices/apk/java/com/android/adservices/ui/settings/viewmodels/
DTopicsViewModel.java193 public void setTopicsConsent(Boolean newTopicsConsentValue) { in setTopicsConsent() method in TopicsViewModel
/packages/modules/AdServices/adservices/apk/java/com/android/adservices/ui/settings/
DDialogFragmentManager.java303 topicsViewModel.setTopicsConsent(false); in showOptOutTopicsDialog()
/packages/modules/AdServices/adservices/tests/unittest/ui/src/com/android/adservices/service/consent/
DConsentManagerV2Test.java2501 .setTopicsConsent(true) in testMigratePpApiConsentToSystemServiceWithSuccessfulConsentMigrationLogging()
2547 .setTopicsConsent(true) in testMigratePpApiConsentToSystemServiceWithUnSuccessfulConsentMigrationLogging()
2585 .setTopicsConsent(true) in testMigratePpApiConsentToSystemServiceThrowsException()
2922 .setTopicsConsent(true) in testHandleConsentMigrationFromAppSearchIfNeeded()
2966 .setTopicsConsent(true) in testHandleConsentMigrationFromAppSearchIfNeededSharedPrefsEditorUnsuccessful()
3000 .setTopicsConsent(true) in testHandleConsentMigrationFromAppSearchIfNeededThrowsException()
DConsentManagerTest.java2573 .setTopicsConsent(true) in testMigratePpApiConsentToSystemServiceWithSuccessfulConsentMigrationLogging()
2615 .setTopicsConsent(true) in testMigratePpApiConsentToSystemServiceWithUnSuccessfulConsentMigrationLogging()
2650 .setTopicsConsent(true) in testMigratePpApiConsentToSystemServiceThrowsException()
2994 .setTopicsConsent(true) in testHandleConsentMigrationFromAppSearchIfNeeded()
3039 .setTopicsConsent(true) in testHandleConsentMigrationFromAppSearchIfNeededSharedPrefsEditorUnsuccessful()
3075 .setTopicsConsent(true) in testHandleConsentMigrationFromAppSearchIfNeededThrowsException()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/stats/
DStatsdAdServicesLoggerTest.java864 .setTopicsConsent(true) in logConsentMigrationStats_success()
901 .setTopicsConsent(true) in logConsentMigrationStats_disabled()