/aosp14/frameworks/base/core/java/android/os/ |
H A D | IpcDataCache.java | 325 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 D | SimpleCache.java | 29 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 D | SearchRecentSuggestions.java | 229 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 D | IpcDataCacheTest.java | 377 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 D | PropertyInvalidatedCache.java | 545 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 D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 12338 HSPLandroid/os/IpcDataCache$Config;->maxEntries()I
|
/aosp14/frameworks/base/config/ |
H A D | boot-image-profile.txt | 12341 HSPLandroid/os/IpcDataCache$Config;->maxEntries()I
|