Home
last modified time | relevance | path

Searched refs:epoch2 (Results 1 – 2 of 2) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/topics/
DAppUpdateManagerTest.java246 final long epoch2 = 2L; in testReconcileUninstalledApps_handleTopicsWithoutContributor() local
267 epoch2, Map.of(app1, List.of(topic1, topic3), app2, List.of(topic1, topic3))); in testReconcileUninstalledApps_handleTopicsWithoutContributor()
273 epoch2, List.of(topic1, topic2, topic3, topic4, topic5, topic6)); in testReconcileUninstalledApps_handleTopicsWithoutContributor()
279 mTopicsDao.persistTopicContributors(epoch2, Map.of(topic1.getTopic(), Set.of(app1, app2))); in testReconcileUninstalledApps_handleTopicsWithoutContributor()
280 mTopicsDao.persistTopicContributors(epoch2, Map.of(topic3.getTopic(), Set.of(app1, app2))); in testReconcileUninstalledApps_handleTopicsWithoutContributor()
285 mTopicsDao.persistReturnedAppTopicsMap(epoch2, Map.of(Pair.create(app1, sdk), topic3)); in testReconcileUninstalledApps_handleTopicsWithoutContributor()
286 mTopicsDao.persistReturnedAppTopicsMap(epoch2, Map.of(Pair.create(app2, sdk), topic3)); in testReconcileUninstalledApps_handleTopicsWithoutContributor()
297 Map.of(epoch2, Map.of(Pair.create(app1, sdk), topic3)); in testReconcileUninstalledApps_handleTopicsWithoutContributor()
305 assertThat(mTopicsDao.retrieveTopicToContributorsMap(epoch2)) in testReconcileUninstalledApps_handleTopicsWithoutContributor()
323 final long epoch2 = 2L; in testReconcileUninstalledApps_contributorDeletionsToSameTopic() local
[all …]
DCacheManagerTest.java1619 long epoch2 = 2L; in testGetTopicsInEpochRange() local
1629 mTopicsDao.persistReturnedAppTopicsMap(epoch2, Map.of(app1Sdk, topic2)); in testGetTopicsInEpochRange()
1632 mTopicsDao.persistReturnedAppTopicsMap(epoch2, Map.of(app2Sdk, topic5)); in testGetTopicsInEpochRange()