Home
last modified time | relevance | path

Searched defs:epochId (Results 1 – 11 of 11) sorted by relevance

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/topics/
DTopicsDao.java116 long epochId, Map<String, List<Topic>> appClassificationTopicsMap) { in persistAppClassificationTopics()
162 public Map<String, List<Topic>> retrieveAppClassificationTopics(long epochId) { in retrieveAppClassificationTopics()
225 public void persistTopTopics(long epochId, List<Topic> topTopics) { in persistTopTopics()
270 public List<Topic> retrieveTopTopics(long epochId) { in retrieveTopTopics()
353 public void recordUsageHistory(long epochId, String app, String sdk) { in recordUsageHistory()
386 public void recordAppUsageHistory(long epochId, String app) { in recordAppUsageHistory()
417 public Map<String, List<String>> retrieveAppSdksUsageMap(long epochId) { in retrieveAppSdksUsageMap()
467 public Map<String, Integer> retrieveAppUsageMap(long epochId) { in retrieveAppUsageMap()
558 long epochId, Map<Topic, Set<String>> callerCanLearnMap) { in persistCallerCanLearnTopics()
608 long epochId, int numberOfLookBackEpochs) { in retrieveCallerCanLearnTopicsMap()
[all …]
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/topics/
DTopicsWorkerTest.java153 final long epochId = 4L; in testGetTopics() local
201 final long epochId = 4L; in testGetTopics_enableEncryption_disablePlaintextTopics() local
299 final long epochId = 4L; in testGetTopics_enableEncryption_featureOn() local
396 final long epochId = 4L; in testGetTopics_enableEncryption_featureOff() local
484 final long epochId = 4L; in testGetTopics_emptyCache() local
514 final long epochId = 4L; in testGetTopics_appNotInCache() local
548 final long epochId = 4L; in testGetTopics_sdkNotInCache() local
596 long epochId = currentEpochId - 1 - epoch; in testGetTopics_handleSdkTopicAssignment() local
651 long epochId = currentEpochId - 1 - epoch; in testGetTopics_handleSdkTopicAssignment_existingTopicsForSdk() local
921 final long epochId = 4L; in testClearAllTopicsData() local
[all …]
DAppUpdateManagerTest.java371 final long epochId = 1L; in testGetUnhandledUninstalledApps() local
401 final long epochId = 10L; in testGetUnhandledInstalledApps() local
547 final long epochId = 1L; in testDeleteAppDataFromTableByApps_encryptedTopicsTable() local
1142 final long epochId = 1; in testFilterRegularTopicsWithoutContributors() local
1172 final long epochId = 1L; in testHandleAppInstallationInRealTime() local
1177 appUpdateManager.handleAppInstallationInRealTime(Uri.parse(app), epochId); in testHandleAppInstallationInRealTime() local
DEpochManagerTest.java550 final long epochId = 1L; in testGarbageCollectOutdatedEpochData_encryptedTopicsTable() local
626 final long epochId = 1L; in testProcessEpoch() local
810 final long epochId = 1L; in testProcessEpoch_enableEncryptedTopics_encryptionSucceed() local
919 final long epochId = 1L; in testProcessEpoch_enableEncryptedTopics_encryptionFailed() local
1028 final long epochId = 2L; in testComputeEpoch_emptyTopTopics() local
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/topics/migration/
DTopicsDbMigratorV9Test.java112 final long epochId = 1; in testDbMigrationFromV8ToV9() local
DTopicsDbMigratorV7Test.java110 final long epochId = 1; in testDbMigrationFromV6ToV7() local
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/topics/
DCacheManager.java239 long epochId = currentEpochId - 1; in getTopics() local
391 long epochId = currentEpochId - 1; in getKnownTopicsWithConsent() local
DEpochManager.java331 long epochId = getCurrentEpochId(); in recordUsageHistory() local
628 long epochId = getCurrentEpochId(); in dump() local
DAppUpdateManager.java583 @NonNull List<Topic> regularTopics, long epochId) { in filterRegularTopicsWithoutContributors()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/topics/
DTopicsDaoTest.java209 long epochId = 1L; in testGetTopTopicsAndPersistTopics_multiPersistWithSameEpoch() local
956 long epochId = 1L; in testDeleteFromTableByColumn() local
1362 long epochId = 1L; in testPersistAndRetrieveTopicContributors() local
1393 long epochId = 1L; in testPersistAndRetrieveTopicContributors_emptyMap() local
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/common/
DPackageChangedReceiverTest.java518 long epochId = 1; in runPackageFullyRemovedForTopicsKillSwitchOff() local
542 .handleAppUninstallationInRealTime(Uri.parse(SAMPLE_PACKAGE), epochId); in runPackageFullyRemovedForTopicsKillSwitchOff() local