Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/topics/
DAppUpdateManagerTest.java245 final long epoch1 = 1L; in testReconcileUninstalledApps_handleTopicsWithoutContributor() local
265 epoch1, Map.of(app1, List.of(topic1, topic2), app2, List.of(topic1, topic3))); in testReconcileUninstalledApps_handleTopicsWithoutContributor()
271 epoch1, List.of(topic1, topic2, topic3, topic4, topic5, topic6)); in testReconcileUninstalledApps_handleTopicsWithoutContributor()
276 mTopicsDao.persistTopicContributors(epoch1, Map.of(topic1.getTopic(), Set.of(app1, app2))); in testReconcileUninstalledApps_handleTopicsWithoutContributor()
277 mTopicsDao.persistTopicContributors(epoch1, Map.of(topic2.getTopic(), Set.of(app1))); in testReconcileUninstalledApps_handleTopicsWithoutContributor()
278 mTopicsDao.persistTopicContributors(epoch1, Map.of(topic3.getTopic(), Set.of(app2))); in testReconcileUninstalledApps_handleTopicsWithoutContributor()
283 mTopicsDao.persistReturnedAppTopicsMap(epoch1, Map.of(Pair.create(app1, sdk), topic3)); in testReconcileUninstalledApps_handleTopicsWithoutContributor()
284 mTopicsDao.persistReturnedAppTopicsMap(epoch1, Map.of(Pair.create(app2, sdk), topic3)); in testReconcileUninstalledApps_handleTopicsWithoutContributor()
302 assertThat(mTopicsDao.retrieveTopicToContributorsMap(epoch1)) in testReconcileUninstalledApps_handleTopicsWithoutContributor()
322 final long epoch1 = 1L; in testReconcileUninstalledApps_contributorDeletionsToSameTopic() local
[all …]
DCacheManagerTest.java1618 long epoch1 = 1L; in testGetTopicsInEpochRange() local
1628 mTopicsDao.persistReturnedAppTopicsMap(epoch1, Map.of(app1Sdk, topic1)); in testGetTopicsInEpochRange()
1631 mTopicsDao.persistReturnedAppTopicsMap(epoch1, Map.of(app2Sdk, topic4)); in testGetTopicsInEpochRange()