Searched refs:TOPIC (Results 1 – 7 of 7) sorted by relevance
80 private static final Topic TOPIC = field in BlockedTopicsManagerTest117 blockedTopicsManager.blockTopic(TOPIC); in testBlockUnblockRetrieveBlockedTopics_PpapiOnly()122 assertThat(expectedBlockedTopics.get(0)).isEqualTo(TOPIC); in testBlockUnblockRetrieveBlockedTopics_PpapiOnly()125 blockedTopicsManager.unblockTopic(TOPIC); in testBlockUnblockRetrieveBlockedTopics_PpapiOnly()137 blockedTopicsManager.blockTopic(TOPIC); in testBlockUnblockRetrieveBlockedTopics_SystemServerOnly()143 assertThat(expectedBlockedTopics.get(0)).isEqualTo(TOPIC); in testBlockUnblockRetrieveBlockedTopics_SystemServerOnly()147 blockedTopicsManager.unblockTopic(TOPIC); in testBlockUnblockRetrieveBlockedTopics_SystemServerOnly()148 verify(mMockIAdServicesManager).removeBlockedTopic(TOPIC.convertTopicToTopicParcel()); in testBlockUnblockRetrieveBlockedTopics_SystemServerOnly()159 blockedTopicsManager.blockTopic(TOPIC); in testBlockUnblockRetrieveBlockedTopics_PpapiAndSystemServer()161 .recordBlockedTopic(List.of(TOPIC.convertTopicToTopicParcel())); in testBlockUnblockRetrieveBlockedTopics_PpapiAndSystemServer()[all …]
37 String TOPIC = "topic"; field52 + TaxonomyContract.TOPIC68 String TOPIC = "topic"; field87 + AppClassificationTopicsContract.TOPIC100 String TOPIC = "topic"; field117 + CallerCanLearnTopicsContract.TOPIC186 String TOPIC = "topic"; field220 + ReturnedTopicContract.TOPIC303 String TOPIC = "topic"; field318 + BlockedTopicsContract.TOPIC[all …]
138 values.put(TopicsTables.AppClassificationTopicsContract.TOPIC, topic.getTopic()); in persistAppClassificationTopics()173 TopicsTables.AppClassificationTopicsContract.TOPIC, in retrieveAppClassificationTopics()207 TopicsTables.AppClassificationTopicsContract.TOPIC)); in retrieveAppClassificationTopics()571 values.put(TopicsTables.CallerCanLearnTopicsContract.TOPIC, topic.getTopic()); in persistCallerCanLearnTopics()620 TopicsTables.CallerCanLearnTopicsContract.TOPIC, in retrieveCallerCanLearnTopicsMap()659 TopicsTables.CallerCanLearnTopicsContract.TOPIC)); in retrieveCallerCanLearnTopicsMap()701 values.put(TopicsTables.ReturnedTopicContract.TOPIC, app.getValue().getTopic()); in persistReturnedAppTopicsMap()793 TopicsTables.ReturnedTopicContract.TOPIC, in retrieveReturnedTopics()803 TopicsTables.ReturnedTopicContract.TOPIC, in retrieveReturnedTopics()857 TopicsTables.ReturnedTopicContract.TOPIC)); in retrieveReturnedTopics()[all …]
43 String TOPIC = "topic"; field59 + BlockedTopicsContract.TOPIC
86 values.put(TopicsTables.BlockedTopicsContract.TOPIC, topic.getTopicId()); in recordBlockedTopic()121 + TopicsTables.BlockedTopicsContract.TOPIC in removeBlockedTopic()176 TopicsTables.BlockedTopicsContract.TOPIC)); in retrieveAllBlockedTopics()
101 + TopicsTables.ReturnedTopicContract.TOPIC
560 TopicsTables.ReturnedTopicContract.TOPIC)), in handleTopTopicsWithoutContributors()