Home
last modified time | relevance | path

Searched refs:mPreparedStatementCache (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/database/sqlite/
DSQLiteConnection.java111 private final PreparedStatementCache mPreparedStatementCache; field in SQLiteConnection
180 mPreparedStatementCache = new PreparedStatementCache( in SQLiteConnection()
279 mPreparedStatementCache.evictAll(); in dispose()
575 mPreparedStatementCache.resize(configuration.maxSqlCacheSize); in reconfigure()
604 return mPreparedStatementCache.get(sql) != null; in isPreparedStatementInCache()
1035 PreparedStatement statement = mPreparedStatementCache.get(sql); in acquirePreparedStatement()
1054 mPreparedStatementCache.put(sql, statement); in acquirePreparedStatement()
1085 mPreparedStatementCache.remove(statement.mSql); in releasePreparedStatement()
1241 mPreparedStatementCache.dump(printer); in dumpUnsafe()
1331 mPreparedStatementCache.hitCount(), in getMainDbStatsUnsafe()
[all …]
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt17405 Landroid/database/sqlite/SQLiteConnection;->mPreparedStatementCache:Landroid/database/sqlite/SQLite…