Home
last modified time | relevance | path

Searched refs:topicId1 (Results 1 – 6 of 6) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/system-service/src/com/android/server/adservices/
DBlockedTopicsManagerTest.java108 final int topicId1 = 1; in testClearAllBlockedTopics() local
113 .setTopicId(topicId1) in testClearAllBlockedTopics()
DUserInstanceManagerTest.java209 final int topicId1 = 1; in testDeleteAllDataWhenDeletingUserInstance() local
215 Topic topicToBlock1 = new Topic(taxonomyVersion, modelVersion, topicId1); in testDeleteAllDataWhenDeletingUserInstance()
/packages/modules/AdServices/adservices/tests/unittest/system-service/src/com/android/server/adservices/data/topics/
DTopicsDaoTest.java157 final int topicId1 = 1; in testClearAllBlockedTopicsOfUser() local
161 Topic topicToBlock1 = new Topic(TAXONOMY_VERSION, DUMMY_MODEL_VERSION, topicId1); in testClearAllBlockedTopicsOfUser()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/topics/
DAppUpdateManagerTest.java127 final int topicId1 = 1; in testReconcileUninstalledApps() local
130 Topic topic1 = Topic.create(topicId1, TAXONOMY_VERSION, MODEL_VERSION); in testReconcileUninstalledApps()
441 final int topicId1 = 1; in testDeleteAppDataFromTableByApps() local
444 Topic topic1 = Topic.create(topicId1, TAXONOMY_VERSION, MODEL_VERSION); in testDeleteAppDataFromTableByApps()
507 Map<Integer, Set<String>> topicContributorsMap = Map.of(topicId1, Set.of(app1, app2, app3)); in testDeleteAppDataFromTableByApps()
530 assertThat(mTopicsDao.retrieveTopicToContributorsMap(epochId1).get(topicId1)) in testDeleteAppDataFromTableByApps()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/topics/
DTopicsDao.java301 int topicId1 = in retrieveTopTopics() local
333 Topic topic1 = Topic.create(topicId1, taxonomyVersion, modelVersion); in retrieveTopTopics()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/topics/
DTopicsDaoTest.java1363 int topicId1 = 1; in testPersistAndRetrieveTopicContributors() local
1371 topicId1, Set.of(app1), in testPersistAndRetrieveTopicContributors()