Loading api/current.xml +11 −0 Original line number Diff line number Diff line Loading @@ -204787,6 +204787,17 @@ visibility="public" > </method> <method name="maxSize" return="int" abstract="false" native="false" synchronized="true" static="false" final="true" deprecated="not deprecated" visibility="public" > </method> <method name="missCount" return="int" abstract="false" core/java/android/database/sqlite/SQLiteDatabase.java +1 −1 Original line number Diff line number Diff line Loading @@ -261,7 +261,7 @@ public class SQLiteDatabase extends SQLiteClosable { private final WeakHashMap<SQLiteClosable, Object> mPrograms; /** Default statement-cache size per database connection ( = instance of this class) */ public static final int DEFAULT_SQL_CACHE_SIZE = 25; private static final int DEFAULT_SQL_CACHE_SIZE = 25; /** * for each instance of this class, a LRU cache is maintained to store Loading core/java/android/util/LruCache.java +2 −0 Original line number Diff line number Diff line Loading @@ -158,6 +158,8 @@ public class LruCache<K, V> { * Sets the maximum size of this cache. Decreasing the maximum size may * evict entries from this cache. * * @hide * * @param maxSize for caches that do not override {@link #sizeOf}, this is * the maximum number of entries in the cache. For all other caches, * this is the maximum sum of the sizes of the entries in this cache. Loading Loading
api/current.xml +11 −0 Original line number Diff line number Diff line Loading @@ -204787,6 +204787,17 @@ visibility="public" > </method> <method name="maxSize" return="int" abstract="false" native="false" synchronized="true" static="false" final="true" deprecated="not deprecated" visibility="public" > </method> <method name="missCount" return="int" abstract="false"
core/java/android/database/sqlite/SQLiteDatabase.java +1 −1 Original line number Diff line number Diff line Loading @@ -261,7 +261,7 @@ public class SQLiteDatabase extends SQLiteClosable { private final WeakHashMap<SQLiteClosable, Object> mPrograms; /** Default statement-cache size per database connection ( = instance of this class) */ public static final int DEFAULT_SQL_CACHE_SIZE = 25; private static final int DEFAULT_SQL_CACHE_SIZE = 25; /** * for each instance of this class, a LRU cache is maintained to store Loading
core/java/android/util/LruCache.java +2 −0 Original line number Diff line number Diff line Loading @@ -158,6 +158,8 @@ public class LruCache<K, V> { * Sets the maximum size of this cache. Decreasing the maximum size may * evict entries from this cache. * * @hide * * @param maxSize for caches that do not override {@link #sizeOf}, this is * the maximum number of entries in the cache. For all other caches, * this is the maximum sum of the sizes of the entries in this cache. Loading