Home
last modified time | relevance | path

Searched defs:currentEpochId (Results 1 – 9 of 9) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/topics/src/com/android/adservices/service/topics/
DCacheManagerTest.java156 long currentEpochId = 4L; in testGetTopics() local
417 long currentEpochId = 4L; in testGetTopics_someTopicsBlocked() local
675 long currentEpochId = 4L; in testGetTopics_globalBlockedTopics() local
815 long currentEpochId = 4L; in testGetTopics_verifyLogs() local
944 long currentEpochId = 4L; in testGetTopics_enableEncryption_success() local
1027 long currentEpochId = 4L; in testGetTopics_enableEncryption_missingEncryptedTopics() local
1137 long currentEpochId = 4L; in testGetTopics_verifyLogsWithRandomizedResponse() local
1284 long currentEpochId = 4L; in testGetTopics_shuffling() local
1344 long currentEpochId = 4L; in testGetTopics_duplicateTopics() local
1518 long currentEpochId = 4L; in testGetKnownTopicsWithConsent_noBlockedTopics() local
[all …]
DTopicsServiceImplTest.java669 long currentEpochId = 4L; in getTopics_oneTopicBlocked() local
723 long currentEpochId = 4L; in getTopics_allTopicsBlocked() local
771 long currentEpochId = 4L; in testGetTopics_emptyTopicsReturned() local
813 long currentEpochId = 4L; in testGetTopics_LatencyCalculateVerify() local
879 long currentEpochId = 4L; in testGetTopics_enforceCallingPackage_invalidPackage() local
930 long currentEpochId = 4L; in testGetTopics_recordObservation() local
965 long currentEpochId = 4L; in testGetTopics_notRecordObservation() local
1067 long currentEpochId = 4L; in runGetTopics() local
DAppUpdateManagerTest.java608 long currentEpochId = 4L; in testReconcileInstalledApps() local
783 long currentEpochId = 4L; in testAssignTopicsToNewlyInstalledApps() local
860 long currentEpochId = 5L; in testAssignTopicsToSdkForAppInstallation() local
921 long currentEpochId = 5L; in testAssignTopicsToSdkForAppInstallation_NonSdk() local
DTopicsWorkerTest.java569 long currentEpochId = 5L; in testGetTopics_handleSdkTopicAssignment() local
623 long currentEpochId = 5L; in testGetTopics_handleSdkTopicAssignment_existingTopicsForSdk() local
1035 long currentEpochId = 4L; in testReconcileApplicationUpdate() local
1542 long currentEpochId = 4L; in testHandleAppInstallation() local
DEpochManagerTest.java508 long currentEpochId = 7L; in testGarbageCollectOutdatedEpochData_encryptedTopicsTable() local
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/topics/
DAppUpdateManager.java140 public void handleAppUninstallationInRealTime(@NonNull Uri packageUri, long currentEpochId) { in handleAppUninstallationInRealTime()
175 public void handleAppInstallationInRealTime(@NonNull Uri packageUri, long currentEpochId) { in handleAppInstallationInRealTime()
216 public void reconcileUninstalledApps(@NonNull Context context, long currentEpochId) { in reconcileUninstalledApps()
263 public void reconcileInstalledApps(@NonNull Context context, long currentEpochId) { in reconcileInstalledApps()
312 @NonNull String app, @NonNull String sdk, long currentEpochId) { in assignTopicsToSdkForAppInstallation()
514 void handleTopTopicsWithoutContributors(long currentEpochId, @NonNull String uninstalledApp) { in handleTopTopicsWithoutContributors()
682 @NonNull Set<String> newlyUninstalledApps, long currentEpochId) { in handleUninstalledAppsInReconciliation()
694 @NonNull Set<String> newlyInstalledApps, long currentEpochId) { in handleInstalledAppsInReconciliation()
DCacheManager.java162 public void loadCache(long currentEpochId) { in loadCache()
234 long currentEpochId, in getTopics()
340 int numberOfLookBackEpochs, long currentEpochId, String app, String sdk) { in getTopics()
389 public ImmutableList<Topic> getKnownTopicsWithConsent(long currentEpochId) { in getKnownTopicsWithConsent()
DEpochManager.java181 long currentEpochId = getCurrentEpochId(); in processEpoch() local
394 long currentEpochId = in getCurrentEpochId() local
DTopicsWorker.java439 long currentEpochId = mEpochManager.getCurrentEpochId(); in getExistingTopicsForAppSdk() local