Home
last modified time | relevance | path

Searched refs:persistReturnedAppTopicsMap (Results 1 – 9 of 9) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/topics/src/com/android/adservices/service/topics/
DCacheManagerTest.java182 mTopicsDao.persistReturnedAppTopicsMap(/* epochId */ 1L, returnedAppSdkTopicsMap1); in testGetTopics()
200 mTopicsDao.persistReturnedAppTopicsMap(/* epochId */ 2L, returnedAppSdkTopicsMap2); in testGetTopics()
442 mTopicsDao.persistReturnedAppTopicsMap(/* epochId */ 1L, returnedAppSdkTopicsMap1); in testGetTopics_someTopicsBlocked()
460 mTopicsDao.persistReturnedAppTopicsMap(/* epochId */ 2L, returnedAppSdkTopicsMap2); in testGetTopics_someTopicsBlocked()
697 mTopicsDao.persistReturnedAppTopicsMap(/* epochId */ 2L, returnedAppSdkTopicsMap2); in testGetTopics_globalBlockedTopics()
846 topicsDao.persistReturnedAppTopicsMap(/* epochId */ 1L, returnedAppSdkTopicsMap1); in testGetTopics_verifyLogs()
855 topicsDao.persistReturnedAppTopicsMap(/* epochId */ 2L, returnedAppSdkTopicsMap2); in testGetTopics_verifyLogs()
864 topicsDao.persistReturnedAppTopicsMap(/* epochId */ 3L, returnedAppSdkTopicsMap3); in testGetTopics_verifyLogs()
981 mTopicsDao.persistReturnedAppTopicsMap(/* epochId */ 3L, returnedAppSdkTopicsMap); in testGetTopics_enableEncryption_success()
1059 mTopicsDao.persistReturnedAppTopicsMap(/* epochId */ 3L, returnedAppSdkTopicsMap1); in testGetTopics_enableEncryption_missingEncryptedTopics()
[all …]
DAppUpdateManagerTest.java168 mTopicsDao.persistReturnedAppTopicsMap(epochId1, returnedAppSdkTopics); in testReconcileUninstalledApps()
272 mTopicsDao.persistReturnedAppTopicsMap(epoch1, Map.of(Pair.create(app1, sdk), topic3)); in testReconcileUninstalledApps_handleTopicsWithoutContributor()
273 mTopicsDao.persistReturnedAppTopicsMap(epoch1, Map.of(Pair.create(app2, sdk), topic3)); in testReconcileUninstalledApps_handleTopicsWithoutContributor()
274 mTopicsDao.persistReturnedAppTopicsMap(epoch2, Map.of(Pair.create(app1, sdk), topic3)); in testReconcileUninstalledApps_handleTopicsWithoutContributor()
275 mTopicsDao.persistReturnedAppTopicsMap(epoch2, Map.of(Pair.create(app2, sdk), topic3)); in testReconcileUninstalledApps_handleTopicsWithoutContributor()
340 mTopicsDao.persistReturnedAppTopicsMap(epoch1, Map.of(Pair.create(app1, sdk), topic1)); in testReconcileUninstalledApps_contributorDeletionsToSameTopic()
341 mTopicsDao.persistReturnedAppTopicsMap(epoch1, Map.of(Pair.create(app2, sdk), topic1)); in testReconcileUninstalledApps_contributorDeletionsToSameTopic()
342 mTopicsDao.persistReturnedAppTopicsMap(epoch1, Map.of(Pair.create(app3, sdk), topic1)); in testReconcileUninstalledApps_contributorDeletionsToSameTopic()
368 mTopicsDao.persistReturnedAppTopicsMap( in testGetUnhandledUninstalledApps()
398 mTopicsDao.persistReturnedAppTopicsMap( in testGetUnhandledInstalledApps()
[all …]
DTopicsWorkerTest.java151 mTopicsDao.persistReturnedAppTopicsMap(numEpoch, returnedAppSdkTopicsMap); in testGetTopics()
215 mTopicsDao.persistReturnedAppTopicsMap(numEpoch, returnedAppSdkTopicsMap); in testGetTopics_enableEncryption_disablePlaintextTopics()
313 mTopicsDao.persistReturnedAppTopicsMap(numEpoch, returnedAppSdkTopicsMap); in testGetTopics_enableEncryption_featureOn()
410 mTopicsDao.persistReturnedAppTopicsMap(numEpoch, returnedAppSdkTopicsMap); in testGetTopics_enableEncryption_featureOff()
510 mTopicsDao.persistReturnedAppTopicsMap(numEpoch, returnedAppSdkTopicsMap); in testGetTopics_appNotInCache()
544 mTopicsDao.persistReturnedAppTopicsMap(numEpoch, returnedAppSdkTopicsMap); in testGetTopics_sdkNotInCache()
586 mTopicsDao.persistReturnedAppTopicsMap(epochId, Map.of(appOnlyCaller, topic)); in testGetTopics_handleSdkTopicAssignment()
641 mTopicsDao.persistReturnedAppTopicsMap(epochId, Map.of(appOnlyCaller, topic)); in testGetTopics_handleSdkTopicAssignment_existingTopicsForSdk()
653 mTopicsDao.persistReturnedAppTopicsMap( in testGetTopics_handleSdkTopicAssignment_existingTopicsForSdk()
710 mTopicsDao.persistReturnedAppTopicsMap(numEpoch, returnedAppSdkTopicsMap); in testGetKnownTopicsWithConsent_oneTopicBlocked()
[all …]
DTopicsServiceImplTest.java1128 mTopicsDao.persistReturnedAppTopicsMap(numEpoch, returnedAppSdkTopicsMap); in prepareAndPersistTopics()
DEpochManagerTest.java544 mTopicsDao.persistReturnedAppTopicsMap(epochId, returnedAppSdkTopics); in testGarbageCollectOutdatedEpochData_encryptedTopicsTable()
/packages/modules/AdServices/adservices/tests/unittest/service-core/topics/src/com/android/adservices/data/topics/
DTopicsDaoTest.java386 mTopicsDao.persistReturnedAppTopicsMap(/* epoch Id */ 1L, returnedAppSdkTopicsForEpoch1); in testRetrieveDistinctAppsFromTables()
387 mTopicsDao.persistReturnedAppTopicsMap(/* epoch Id */ 2L, returnedAppSdkTopicsForEpoch2); in testRetrieveDistinctAppsFromTables()
516 mTopicsDao.persistReturnedAppTopicsMap(/* epochId = */ 1L, returnedAppSdkTopics); in testPersistAndRetrieveReturnedAppTopics_oneEpoch()
625 mTopicsDao.persistReturnedAppTopicsMap(/* epochId = */ 1L, returnedAppSdkTopicsForEpoch1); in testPersistAndRetrieveReturnedAppTopics_multipleEpochs()
627 mTopicsDao.persistReturnedAppTopicsMap(/* epochId = */ 2L, returnedAppSdkTopicsForEpoch2); in testPersistAndRetrieveReturnedAppTopics_multipleEpochs()
629 mTopicsDao.persistReturnedAppTopicsMap(/* epochId = */ 3L, returnedAppSdkTopicsForEpoch3); in testPersistAndRetrieveReturnedAppTopics_multipleEpochs()
876 mTopicsDao.persistReturnedAppTopicsMap( in testDeleteAllTopicsTables()
878 mTopicsDao.persistReturnedAppTopicsMap( in testDeleteAllTopicsTables()
987 mTopicsDao.persistReturnedAppTopicsMap(epochId, returnedAppSdkTopics); in testDeleteFromTableByColumn()
1064 mTopicsDao.persistReturnedAppTopicsMap(epochId1, Map.of(Pair.create(app, sdk), topic1)); in testDeleteEntriesFromTableByColumnWithEqualCondition()
[all …]
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/topics/
DAppUpdateManager.java364 mTopicsDao.persistReturnedAppTopicsMap( in assignTopicsToSdkForAppInstallation()
489 mTopicsDao.persistReturnedAppTopicsMap(epochId, Map.of(appOnlyCaller, assignedTopic));
DEpochManager.java265 mTopicsDao.persistReturnedAppTopicsMap(currentEpochId, returnedAppSdkTopics); in processEpoch()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/topics/
DTopicsDao.java688 public void persistReturnedAppTopicsMap( in persistReturnedAppTopicsMap() method in TopicsDao