Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteDatabase.java292 public static final int MAX_SQL_CACHE_SIZE = 100; field in SQLiteDatabase
2219 if (cacheSize > MAX_SQL_CACHE_SIZE || cacheSize < 0) { in setMaxSqlCacheSize()
2221 "expected value between 0 and " + MAX_SQL_CACHE_SIZE); in setMaxSqlCacheSize()
/aosp14/frameworks/base/core/tests/coretests/src/android/database/
H A DDatabaseGeneralTest.java894 int N = SQLiteDatabase.MAX_SQL_CACHE_SIZE; in testSetMaxCahesize()
/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/core/api/
H A Dcurrent.txt14324 field public static final int MAX_SQL_CACHE_SIZE = 100; // 0x64