Searched refs:tablesToBlock (Results 1 – 4 of 4) sorted by relevance
524 ArrayList<String> tablesToBlock = new ArrayList<>(); in resetTopics() local525 tablesToBlock.add(TopicsTables.BlockedTopicsContract.TABLE); in resetTopics()526 mTopicsWorker.clearAllTopicsData(tablesToBlock); in resetTopics()
689 ArrayList<String> tablesToBlock = new ArrayList<>(); in resetTopics() local690 tablesToBlock.add(TopicsTables.BlockedTopicsContract.TABLE); in resetTopics()691 mTopicsWorkerSupplier.get().clearAllTopicsData(tablesToBlock); in resetTopics()
2938 ArrayList<String> tablesToBlock = new ArrayList<>(); in testTopicsProxyCalls() local2939 tablesToBlock.add(TopicsTables.BlockedTopicsContract.TABLE); in testTopicsProxyCalls()2981 verify(topicsWorker).clearAllTopicsData(tablesToBlock); in testTopicsProxyCalls()
3075 ArrayList<String> tablesToBlock = new ArrayList<>(); in testTopicsProxyCalls() local3076 tablesToBlock.add(TopicsTables.BlockedTopicsContract.TABLE); in testTopicsProxyCalls()3119 verify(topicsWorker).clearAllTopicsData(tablesToBlock); in testTopicsProxyCalls()