Searched refs:mPreparedStatementCache (Results 1 – 2 of 2) sorted by relevance
111 private final PreparedStatementCache mPreparedStatementCache; field in SQLiteConnection180 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 …]
17405 Landroid/database/sqlite/SQLiteConnection;->mPreparedStatementCache:Landroid/database/sqlite/SQLite…