Searched defs:epochId (Results 1 – 10 of 10) sorted by relevance
| /packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/topics/ |
| D | TopicsDao.java | 118 long epochId, @NonNull Map<String, List<Topic>> appClassificationTopicsMap) { in persistAppClassificationTopics() 165 public Map<String, List<Topic>> retrieveAppClassificationTopics(long epochId) { in retrieveAppClassificationTopics() 228 public void persistTopTopics(long epochId, @NonNull List<Topic> topTopics) { in persistTopTopics() 274 public List<Topic> retrieveTopTopics(long epochId) { in retrieveTopTopics() 357 public void recordUsageHistory(long epochId, @NonNull String app, @NonNull String sdk) { in recordUsageHistory() 390 public void recordAppUsageHistory(long epochId, @NonNull String app) { in recordAppUsageHistory() 422 public Map<String, List<String>> retrieveAppSdksUsageMap(long epochId) { in retrieveAppSdksUsageMap() 473 public Map<String, Integer> retrieveAppUsageMap(long epochId) { in retrieveAppUsageMap() 565 long epochId, @NonNull Map<Topic, Set<String>> callerCanLearnMap) { in persistCallerCanLearnTopics() 616 long epochId, int numberOfLookBackEpochs) { in retrieveCallerCanLearnTopicsMap() [all …]
|
| /packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/topics/ |
| D | TopicsWorkerTest.java | 139 final long epochId = 4L; in testGetTopics() local 187 final long epochId = 4L; in testGetTopics_emptyCache() local 217 final long epochId = 4L; in testGetTopics_appNotInCache() local 251 final long epochId = 4L; in testGetTopics_sdkNotInCache() local 299 long epochId = currentEpochId - 1 - epoch; in testGetTopics_handleSdkTopicAssignment() local 354 long epochId = currentEpochId - 1 - epoch; in testGetTopics_handleSdkTopicAssignment_existingTopicsForSdk() local 624 final long epochId = 4L; in testClearAllTopicsData() local 719 final long epochId = 1; in testClearAllTopicsData_topicContributorsTable() local 815 long epochId = currentEpochId - 1 - numEpoch; in testReconcileApplicationUpdate() local 949 final long epochId = 4L; in testHandleAppUninstallation() local
|
| D | AppUpdateManagerTest.java | 364 final long epochId = 1L; in testGetUnhandledUninstalledApps() local 394 final long epochId = 10L; in testGetUnhandledInstalledApps() local 1076 final long epochId = 1; in testFilterRegularTopicsWithoutContributors() local 1106 final long epochId = 1L; in testHandleAppInstallationInRealTime() local 1111 appUpdateManager.handleAppInstallationInRealTime(Uri.parse(app), epochId); in testHandleAppInstallationInRealTime() local
|
| D | EpochManagerTest.java | 492 final long epochId = 1L; in testProcessEpoch() local 689 final long epochId = 2L; in testComputeEpoch_emptyTopTopics() local
|
| /packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/topics/migration/ |
| D | TopicDbMigratorV7Test.java | 105 final long epochId = 1; in testDbMigrationFromV6ToV7() local
|
| /packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/topics/ |
| D | CacheManager.java | 174 long epochId = currentEpochId - 1; in getTopics() local 282 long epochId = currentEpochId - 1; in getKnownTopicsWithConsent() local
|
| D | EpochManager.java | 265 long epochId = getCurrentEpochId(); in recordUsageHistory() local 520 long epochId = getCurrentEpochId(); in dump() local
|
| D | AppUpdateManager.java | 577 @NonNull List<Topic> regularTopics, long epochId) { in filterRegularTopicsWithoutContributors()
|
| /packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/topics/ |
| D | TopicsDaoTest.java | 217 final long epochId = 1L; in testGetTopTopicsAndPersistTopics_multiPersistWithSameEpoch() local 751 final long epochId = 1L; in testDeleteFromTableByColumn() local 1136 final long epochId = 1L; in testPersistAndRetrieveTopicContributors() local 1167 final long epochId = 1L; in testPersistAndRetrieveTopicContributors_emptyMap() local
|
| /packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/common/ |
| D | PackageChangedReceiverTest.java | 460 long epochId = 1; in runPackageFullyRemovedForTopicsKillSwitchOff() local 484 .handleAppUninstallationInRealTime(Uri.parse(SAMPLE_PACKAGE), epochId); in runPackageFullyRemovedForTopicsKillSwitchOff() local
|