Home
last modified time | relevance | path

Searched refs:epochLookBackNumberForGarbageCollection (Results 1 – 2 of 2) sorted by relevance

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/topics/
DEpochManager.java566 int epochLookBackNumberForGarbageCollection = mFlags.getNumberOfEpochsToKeepInHistory(); in garbageCollectOutdatedEpochData() local
569 long epochToDeleteFrom = currentEpochID - epochLookBackNumberForGarbageCollection - 1; in garbageCollectOutdatedEpochData()
590 currentEpochID - epochLookBackNumberForGarbageCollection * 2L - 1; in garbageCollectOutdatedEpochData()
/packages/modules/AdServices/adservices/tests/unittest/service-core/topics/src/com/android/adservices/service/topics/
DEpochManagerTest.java420 int epochLookBackNumberForGarbageCollection = 3; in testGarbageCollectOutdatedEpochData() local
425 .thenReturn(epochLookBackNumberForGarbageCollection); in testGarbageCollectOutdatedEpochData()
440 long epochToDeleteFrom = currentEpoch - epochLookBackNumberForGarbageCollection - 1; in testGarbageCollectOutdatedEpochData()
442 currentEpoch - epochLookBackNumberForGarbageCollection * 2 - 1; in testGarbageCollectOutdatedEpochData()
509 int epochLookBackNumberForGarbageCollection = 3; in testGarbageCollectOutdatedEpochData_encryptedTopicsTable() local
513 .thenReturn(epochLookBackNumberForGarbageCollection); in testGarbageCollectOutdatedEpochData_encryptedTopicsTable()