Searched refs:TOPIC3 (Results 1 – 6 of 6) sorted by relevance
/packages/modules/AdServices/adservices/tests/unittest/service-core/appsearch/src/com/android/adservices/service/appsearch/ |
D | AppSearchConsentManagerTest.java | 79 private static final Topic TOPIC3 = Topic.create(123, 123, 123); field in AppSearchConsentManagerTest 328 .thenReturn(List.of(TOPIC1, TOPIC2, TOPIC3)); in testRetrieveAllBlockedTopics() 334 assertThat(result.contains(TOPIC3)).isTrue(); in testRetrieveAllBlockedTopics() 479 List<Topic> blockedTopics = List.of(TOPIC1, TOPIC2, TOPIC3); in testMigrateConsentData() 518 assertThat(List.of(TOPIC1.getTopic(), TOPIC2.getTopic(), TOPIC3.getTopic())) in testMigrateConsentData() 524 TOPIC3.getTaxonomyVersion()); in testMigrateConsentData() 530 TOPIC3.getModelVersion()); in testMigrateConsentData()
|
D | AppSearchConsentStorageManagerTest.java | 90 private static final Topic TOPIC3 = Topic.create(123, 123, 123); field in AppSearchConsentStorageManagerTest 323 .thenReturn(List.of(TOPIC1, TOPIC2, TOPIC3)); in testRetrieveAllBlockedTopics() 327 expect.that(result).containsExactly(TOPIC1, TOPIC2, TOPIC3); in testRetrieveAllBlockedTopics() 472 List<Topic> blockedTopics = List.of(TOPIC1, TOPIC2, TOPIC3); in testMigrateConsentData() 511 expect.that(List.of(TOPIC1.getTopic(), TOPIC2.getTopic(), TOPIC3.getTopic())) in testMigrateConsentData() 517 TOPIC3.getTaxonomyVersion()); in testMigrateConsentData() 523 TOPIC3.getModelVersion()); in testMigrateConsentData()
|
D | AppSearchTopicsConsentDaoTest.java | 52 private static final Topic TOPIC3 = Topic.create(123, 3, 33); field in AppSearchTopicsConsentDaoTest 248 assertThat(result).contains(TOPIC3); in testGetBlockedTopics()
|
D | AppSearchConsentWorkerTest.java | 92 private static final Topic TOPIC3 = Topic.create(123, 3, 33); field in AppSearchConsentWorkerTest 95 private final List<Topic> mTopics = Arrays.asList(TOPIC1, TOPIC2, TOPIC3);
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/topics/ |
D | TopicsTables.java | 138 String TOPIC3 = "topic3"; field 160 + TopTopicsContract.TOPIC3
|
D | TopicsDao.java | 240 values.put(TopicsTables.TopTopicsContract.TOPIC3, topTopics.get(2).getTopic()); in persistTopTopics() 279 TopicsTables.TopTopicsContract.TOPIC3, in retrieveTopTopics() 312 TopicsTables.TopTopicsContract.TOPIC3)); in retrieveTopTopics()
|