Searched refs:mPreparedStatementCache (Results 1 – 2 of 2) sorted by relevance
105 private final PreparedStatementCache mPreparedStatementCache; field in SQLiteConnection172 mPreparedStatementCache = new PreparedStatementCache( in SQLiteConnection()248 mPreparedStatementCache.evictAll(); in dispose()515 mPreparedStatementCache.resize(configuration.maxSqlCacheSize); in reconfigure()543 return mPreparedStatementCache.get(sql) != null; in isPreparedStatementInCache()974 PreparedStatement statement = mPreparedStatementCache.get(sql); in acquirePreparedStatement()993 mPreparedStatementCache.put(sql, statement); in acquirePreparedStatement()1024 mPreparedStatementCache.remove(statement.mSql); in releasePreparedStatement()1180 mPreparedStatementCache.dump(printer); in dumpUnsafe()1268 mPreparedStatementCache.hitCount(), in getMainDbStatsUnsafe()[all …]
17414 Landroid/database/sqlite/SQLiteConnection;->mPreparedStatementCache:Landroid/database/sqlite/SQLite…