Searched refs:clearAllTopicsData (Results 1 – 8 of 8) sorted by relevance
309 public void clearAllTopicsData(@NonNull ArrayList<String> tablesToExclude) { in clearAllTopicsData() method in TopicsWorker317 mCacheManager.clearAllTopicsData(tablesToExclude); in clearAllTopicsData()
437 public void clearAllTopicsData(@NonNull List<String> tablesToExclude) { in clearAllTopicsData() method in CacheManager
987 mTopicsWorker.clearAllTopicsData(tableExclusionList); in testClearAllTopicsData()993 mTopicsWorker.clearAllTopicsData(new ArrayList<>()); in testClearAllTopicsData()1026 mTopicsWorker.clearAllTopicsData(/* tables to exclude */ new ArrayList<>()); in testClearAllTopicsData_topicContributorsTable()1037 () -> mTopicsWorker.clearAllTopicsData((ArrayList<String>) List.of("anyString"))); in testClearAllTopicsData_ImmutableList()
1836 mCacheManager.clearAllTopicsData(tableExclusionList); in testClearAllTopicsData()1856 mCacheManager.clearAllTopicsData(Collections.emptyList()); in testClearAllTopicsData()
782 verify(mTopicsWorkerMock).clearAllTopicsData(any()); in testDataIsResetAfterConsentIsRevoked()803 verify(mTopicsWorkerMock).clearAllTopicsData(any()); in testDataIsResetAfterConsentIsRevokedSignalsDisabled()825 verify(mTopicsWorkerMock).clearAllTopicsData(any()); in testDataIsResetAfterConsentIsRevokedFrequencyCapFilteringDisabled()847 verify(mTopicsWorkerMock).clearAllTopicsData(any()); in testDataIsResetAfterConsentIsRevokedAppInstallFilteringDisabled()867 verify(mTopicsWorkerMock).clearAllTopicsData(any()); in testDataIsResetAfterConsentIsGiven()889 verify(mTopicsWorkerMock).clearAllTopicsData(any()); in testDataIsResetAfterConsentIsGivenFrequencyCapFilteringDisabled()909 verify(mTopicsWorkerMock).clearAllTopicsData(any()); in testDataIsResetAfterConsentIsGivenAppInstallFilteringDisabled()929 verify(mTopicsWorkerMock).clearAllTopicsData(any()); in testDataIsResetAfterConsentIsGivenSignalsDisabled()3124 doNothing().when(topicsWorker).clearAllTopicsData(any()); in testTopicsProxyCalls()3132 verify(topicsWorker).clearAllTopicsData(tablesToBlock); in testTopicsProxyCalls()
775 verify(mTopicsWorkerMock).clearAllTopicsData(any()); in testDataIsResetAfterConsentIsRevoked()796 verify(mTopicsWorkerMock).clearAllTopicsData(any()); in testDataIsResetAfterConsentIsRevokedFrequencyCapFilteringDisabled()817 verify(mTopicsWorkerMock).clearAllTopicsData(any()); in testDataIsResetAfterConsentIsRevokedAppInstallFilteringDisabled()836 verify(mTopicsWorkerMock).clearAllTopicsData(any()); in testDataIsResetAfterConsentIsGiven()857 verify(mTopicsWorkerMock).clearAllTopicsData(any()); in testDataIsResetAfterConsentIsGivenFrequencyCapFilteringDisabled()877 verify(mTopicsWorkerMock).clearAllTopicsData(any()); in testDataIsResetAfterConsentIsGivenAppInstallFilteringDisabled()3050 doNothing().when(topicsWorker).clearAllTopicsData(any()); in testTopicsProxyCalls()3058 verify(topicsWorker).clearAllTopicsData(tablesToBlock); in testTopicsProxyCalls()
566 mTopicsWorker.clearAllTopicsData(tablesToBlock); in resetTopics()571 mTopicsWorker.clearAllTopicsData(new ArrayList<>()); in resetTopicsAndBlockedTopics()
632 mTopicsWorker.clearAllTopicsData(tablesToBlock); in resetTopics()641 mTopicsWorker.clearAllTopicsData(new ArrayList<>()); in resetTopicsAndBlockedTopics()