Searched refs:MAX_SQL_CACHE_SIZE (Results 1 – 4 of 4) sorted by relevance
292 public static final int MAX_SQL_CACHE_SIZE = 100; field in SQLiteDatabase2219 if (cacheSize > MAX_SQL_CACHE_SIZE || cacheSize < 0) { in setMaxSqlCacheSize()2221 "expected value between 0 and " + MAX_SQL_CACHE_SIZE); in setMaxSqlCacheSize()
894 int N = SQLiteDatabase.MAX_SQL_CACHE_SIZE; in testSetMaxCahesize()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
14324 field public static final int MAX_SQL_CACHE_SIZE = 100; // 0x64