Home
last modified time | relevance | path

Searched refs:cacheEntryDao (Results 1 – 4 of 4) sorted by relevance

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/common/cache/
DCacheProviderFactory.java37 CacheEntryDao cacheEntryDao = CacheDatabase.getInstance(context).getCacheEntryDao(); in create() local
39 && cacheEntryDao != null) { in create()
41 cacheEntryDao, in create()
DFledgeHttpCache.java54 @NonNull CacheEntryDao cacheEntryDao, long maxAgeSeconds, long maxEntriesCount) { in FledgeHttpCache()
56 cacheEntryDao, in FledgeHttpCache()
64 @NonNull CacheEntryDao cacheEntryDao, in FledgeHttpCache()
68 mCacheEntryDao = cacheEntryDao; in FledgeHttpCache()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/kanon/
DKAnonCallerImplFullIntegrationTests.java144 CacheEntryDao cacheEntryDao = in setup() local
149 HttpCache cache = new FledgeHttpCache(cacheEntryDao, MAX_AGE_SECONDS, MAX_ENTRIES); in setup()
DKAnonCallerImplTest.java163 CacheEntryDao cacheEntryDao = in setup() local
168 HttpCache cache = new FledgeHttpCache(cacheEntryDao, MAX_AGE_SECONDS, MAX_ENTRIES); in setup()