Searched refs:restoreConsentForTopic (Results 1 – 9 of 9) sorted by relevance
85 mConsentManager.restoreConsentForTopic(topic); in restoreTopicConsent()
125 verify(mConsentManager, times(1)).restoreConsentForTopic(topic1); in testRestoreTopic()
120 doNothing().when(mConsentManager).restoreConsentForTopic(any(Topic.class)); in setup()245 verify(mConsentManager).restoreConsentForTopic(any(Topic.class)); in unblockTopicDialogTest()
174 public void restoreConsentForTopic(@NonNull Topic topic) { in restoreConsentForTopic() method in TopicsWorker
558 public void restoreConsentForTopic(@NonNull Topic topic) { in restoreConsentForTopic() method in ConsentManagerV2559 mTopicsWorker.restoreConsentForTopic(topic); in restoreConsentForTopic()
616 public void restoreConsentForTopic(@NonNull Topic topic) { in restoreConsentForTopic() method in ConsentManager618 ConsentManagerV2.getInstance().restoreConsentForTopic(topic); in restoreConsentForTopic()621 mTopicsWorker.restoreConsentForTopic(topic); in restoreConsentForTopic()
908 mTopicsWorker.restoreConsentForTopic(topic1); in testRevokeAndRestoreConsent()
3053 consentManager.restoreConsentForTopic(topic); in testTopicsProxyCalls()
3127 consentManager.restoreConsentForTopic(topic); in testTopicsProxyCalls()