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/ |
| D | CacheManagerTest.java | 182 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 …]
|
| D | AppUpdateManagerTest.java | 168 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 …]
|
| D | TopicsWorkerTest.java | 151 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 …]
|
| D | TopicsServiceImplTest.java | 1128 mTopicsDao.persistReturnedAppTopicsMap(numEpoch, returnedAppSdkTopicsMap); in prepareAndPersistTopics()
|
| D | EpochManagerTest.java | 544 mTopicsDao.persistReturnedAppTopicsMap(epochId, returnedAppSdkTopics); in testGarbageCollectOutdatedEpochData_encryptedTopicsTable()
|
| /packages/modules/AdServices/adservices/tests/unittest/service-core/topics/src/com/android/adservices/data/topics/ |
| D | TopicsDaoTest.java | 386 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/ |
| D | AppUpdateManager.java | 364 mTopicsDao.persistReturnedAppTopicsMap( in assignTopicsToSdkForAppInstallation() 489 mTopicsDao.persistReturnedAppTopicsMap(epochId, Map.of(appOnlyCaller, assignedTopic));
|
| D | EpochManager.java | 265 mTopicsDao.persistReturnedAppTopicsMap(currentEpochId, returnedAppSdkTopics); in processEpoch()
|
| /packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/topics/ |
| D | TopicsDao.java | 688 public void persistReturnedAppTopicsMap( in persistReturnedAppTopicsMap() method in TopicsDao
|