Home
last modified time | relevance | path

Searched refs:maxEntries (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/core/java/android/os/
H A DIpcDataCache.java325 public IpcDataCache(int maxEntries, @NonNull @IpcDataCacheModule String module, in IpcDataCache() argument
328 super(maxEntries, module, api, cacheName, computer); in IpcDataCache()
438 public Config(int maxEntries, @NonNull @IpcDataCacheModule String module, in Config() argument
440 mMaxEntries = maxEntries; in Config()
449 public Config(int maxEntries, @NonNull @IpcDataCacheModule String module, in Config() argument
451 this(maxEntries, module, api, api); in Config()
459 this(root.maxEntries(), root.module(), api, name); in Config()
467 this(root.maxEntries(), root.module(), api, api); in Config()
481 public final int maxEntries() { in maxEntries() method in IpcDataCache.Config
550 super(config.maxEntries(), config.module(), config.api(), config.name(), computer); in IpcDataCache()
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DSimpleCache.java29 public SimpleCache(final int maxEntries) { in SimpleCache() argument
30 super(maxEntries + 1, 1f, true); in SimpleCache()
31 mMaxEntries = maxEntries; in SimpleCache()
/aosp14/frameworks/base/core/java/android/provider/
H A DSearchRecentSuggestions.java229 protected void truncateHistory(ContentResolver cr, int maxEntries) { in truncateHistory() argument
230 if (maxEntries < 0) { in truncateHistory()
237 if (maxEntries > 0) { in truncateHistory()
241 " LIMIT -1 OFFSET " + String.valueOf(maxEntries) + ")"; in truncateHistory()
/aosp14/frameworks/base/core/tests/coretests/src/android/os/
H A DIpcDataCacheTest.java377 assertEquals(8, a.maxEntries()); in testConfig()
383 assertEquals(8, b.maxEntries()); in testConfig()
389 assertEquals(8, c.maxEntries()); in testConfig()
395 assertEquals(8, d.maxEntries()); in testConfig()
/aosp14/frameworks/base/core/java/android/app/
H A DPropertyInvalidatedCache.java545 public PropertyInvalidatedCache(int maxEntries, @NonNull String propertyName) { in PropertyInvalidatedCache() argument
546 this(maxEntries, propertyName, propertyName); in PropertyInvalidatedCache()
560 public PropertyInvalidatedCache(int maxEntries, @NonNull String propertyName, in PropertyInvalidatedCache() argument
564 mMaxEntries = maxEntries; in PropertyInvalidatedCache()
583 public PropertyInvalidatedCache(int maxEntries, @NonNull String module, @NonNull String api, in PropertyInvalidatedCache() argument
587 mMaxEntries = maxEntries; in PropertyInvalidatedCache()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt12338 HSPLandroid/os/IpcDataCache$Config;->maxEntries()I
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt12341 HSPLandroid/os/IpcDataCache$Config;->maxEntries()I