Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/database/sqlite/
DSQLiteConnection.java103 private final PreparedStatementCache mPreparedStatementCache; field in SQLiteConnection
170 mPreparedStatementCache = new PreparedStatementCache( in SQLiteConnection()
241 mPreparedStatementCache.evictAll(); in dispose()
436 mPreparedStatementCache.resize(configuration.maxSqlCacheSize); in reconfigure()
464 return mPreparedStatementCache.get(sql) != null; in isPreparedStatementInCache()
891 PreparedStatement statement = mPreparedStatementCache.get(sql); in acquirePreparedStatement()
910 mPreparedStatementCache.put(sql, statement); in acquirePreparedStatement()
941 mPreparedStatementCache.remove(statement.mSql); in releasePreparedStatement()
1097 mPreparedStatementCache.dump(printer); in dumpUnsafe()
1185 mPreparedStatementCache.hitCount(), in getMainDbStatsUnsafe()
[all …]