Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteDatabase.java291 public static final int MAX_SQL_CACHE_SIZE = 100; field in SQLiteDatabase
2051 if (cacheSize > MAX_SQL_CACHE_SIZE || cacheSize < 0) { in setMaxSqlCacheSize()
2053 "expected value between 0 and " + MAX_SQL_CACHE_SIZE); in setMaxSqlCacheSize()
/aosp12/frameworks/base/core/tests/coretests/src/android/database/
H A DDatabaseGeneralTest.java894 int N = SQLiteDatabase.MAX_SQL_CACHE_SIZE; in testSetMaxCahesize()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt14085 field public static final int MAX_SQL_CACHE_SIZE = 100; // 0x64
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt9866 field public static final int MAX_SQL_CACHE_SIZE = 100; // 0x64