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/topics/src/com/android/adservices/service/topics/
DTopicsWorkerTest.java139 long epochId = 4L; in testGetTopics() local
187 long epochId = 4L; in testGetTopics_enableEncryption_disablePlaintextTopics() local
285 long epochId = 4L; in testGetTopics_enableEncryption_featureOn() local
382 long epochId = 4L; in testGetTopics_enableEncryption_featureOff() local
470 long epochId = 4L; in testGetTopics_emptyCache() local
500 long epochId = 4L; in testGetTopics_appNotInCache() local
534 long epochId = 4L; in testGetTopics_sdkNotInCache() local
582 long epochId = currentEpochId - 1 - epoch; in testGetTopics_handleSdkTopicAssignment() local
637 long epochId = currentEpochId - 1 - epoch; in testGetTopics_handleSdkTopicAssignment_existingTopicsForSdk() local
907 long epochId = 4L; in testClearAllTopicsData() local
[all …]
DAppUpdateManagerTest.java360 long epochId = 1L; in testGetUnhandledUninstalledApps() local
390 long epochId = 10L; in testGetUnhandledInstalledApps() local
536 long epochId = 1L; in testDeleteAppDataFromTableByApps_encryptedTopicsTable() local
1131 long epochId = 1; in testFilterRegularTopicsWithoutContributors() local
1161 long epochId = 1L; in testHandleAppInstallationInRealTime() local
1166 appUpdateManager.handleAppInstallationInRealTime(Uri.parse(app), epochId); in testHandleAppInstallationInRealTime() local
DEpochManagerTest.java529 long epochId = 1L; in testGarbageCollectOutdatedEpochData_encryptedTopicsTable() local
605 long epochId = 1L; in testProcessEpoch() local
789 long epochId = 1L; in testProcessEpoch_enableEncryptedTopics_encryptionSucceed() local
900 long epochId = 1L; in testProcessEpoch_enableEncryptedTopics_encryptionFailed() local
992 long epochId = 2L; in testComputeEpoch_emptyTopTopics() local
/packages/modules/AdServices/adservices/tests/unittest/service-core/topics/src/com/android/adservices/data/topics/migration/
DTopicsDbMigratorV9Test.java85 long epochId = 1; in testDbMigrationFromV8ToV9() local
DTopicsDbMigratorV7Test.java83 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
632 long epochId = getCurrentEpochId(); in dump() local
DAppUpdateManager.java583 @NonNull List<Topic> regularTopics, long epochId) { in filterRegularTopicsWithoutContributors()
/packages/modules/AdServices/adservices/tests/unittest/service-core/topics/src/com/android/adservices/data/topics/
DTopicsDaoTest.java202 long epochId = 1L; in testGetTopTopicsAndPersistTopics_multiPersistWithSameEpoch() local
940 long epochId = 1L; in testDeleteFromTableByColumn() local
1334 long epochId = 1L; in testPersistAndRetrieveTopicContributors() local
1365 long epochId = 1L; in testPersistAndRetrieveTopicContributors_emptyMap() local
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/common/
DPackageChangedReceiverTest.java554 long epochId = 1; in runPackageFullyRemovedForTopicsKillSwitchOff() local
578 .handleAppUninstallationInRealTime(Uri.parse(SAMPLE_PACKAGE), epochId); in runPackageFullyRemovedForTopicsKillSwitchOff() local