Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/apk/tests/settings/src/com/android/adservices/ui/settings/
DDialogFragmentTest.java119 doNothing().when(mConsentManager).revokeConsentForTopic(any(Topic.class)); in setup()
203 verify(mConsentManager, timeout(1000)).revokeConsentForTopic(any(Topic.class)); in blockTopicDialogTest()
218 verify(mConsentManager).revokeConsentForTopic(any(Topic.class)); in blockTopicDialogTest()
/packages/modules/AdServices/adservices/apk/unittest/src/com/android/adservices/ui/settings/viewmodels/
DTopicsViewModelTest.java116 verify(mConsentManager, times(1)).revokeConsentForTopic(topic1); in testBlockTopic()
/packages/modules/AdServices/adservices/apk/java/com/android/adservices/ui/settings/viewmodels/
DTopicsViewModel.java111 mConsentManager.revokeConsentForTopic(topic); in revokeTopicConsent()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/topics/
DTopicsWorker.java155 public void revokeConsentForTopic(@NonNull Topic topic) { in revokeConsentForTopic() method in TopicsWorker
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/consent/
DConsentManagerV2.java547 public void revokeConsentForTopic(@NonNull Topic topic) { in revokeConsentForTopic() method in ConsentManagerV2
548 mTopicsWorker.revokeConsentForTopic(topic); in revokeConsentForTopic()
DConsentManager.java601 public void revokeConsentForTopic(@NonNull Topic topic) { in revokeConsentForTopic() method in ConsentManager
603 ConsentManagerV2.getInstance().revokeConsentForTopic(topic); in revokeConsentForTopic()
606 mTopicsWorker.revokeConsentForTopic(topic); in revokeConsentForTopic()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/topics/
DTopicsWorkerTest.java870 mTopicsWorker.revokeConsentForTopic(topic1); in testRevokeConsent()
893 mTopicsWorker.revokeConsentForTopic(topic1); in testRevokeAndRestoreConsent()
/packages/modules/AdServices/adservices/tests/unittest/ui/src/com/android/adservices/service/consent/
DConsentManagerV2Test.java3052 consentManager.revokeConsentForTopic(topic); in testTopicsProxyCalls()
DConsentManagerTest.java3126 consentManager.revokeConsentForTopic(topic); in testTopicsProxyCalls()