Searched refs:revokeConsentForTopic (Results 1 – 9 of 9) sorted by relevance
119 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()
116 verify(mConsentManager, times(1)).revokeConsentForTopic(topic1); in testBlockTopic()
111 mConsentManager.revokeConsentForTopic(topic); in revokeTopicConsent()
155 public void revokeConsentForTopic(@NonNull Topic topic) { in revokeConsentForTopic() method in TopicsWorker
547 public void revokeConsentForTopic(@NonNull Topic topic) { in revokeConsentForTopic() method in ConsentManagerV2548 mTopicsWorker.revokeConsentForTopic(topic); in revokeConsentForTopic()
601 public void revokeConsentForTopic(@NonNull Topic topic) { in revokeConsentForTopic() method in ConsentManager603 ConsentManagerV2.getInstance().revokeConsentForTopic(topic); in revokeConsentForTopic()606 mTopicsWorker.revokeConsentForTopic(topic); in revokeConsentForTopic()
870 mTopicsWorker.revokeConsentForTopic(topic1); in testRevokeConsent()893 mTopicsWorker.revokeConsentForTopic(topic1); in testRevokeAndRestoreConsent()
3052 consentManager.revokeConsentForTopic(topic); in testTopicsProxyCalls()
3126 consentManager.revokeConsentForTopic(topic); in testTopicsProxyCalls()