Searched refs:mPreparedStatementCache (Results 1 – 2 of 2) sorted by relevance
110 private final PreparedStatementCache mPreparedStatementCache; field in SQLiteConnection180 mPreparedStatementCache = new PreparedStatementCache( in SQLiteConnection()288 mPreparedStatementCache.evictAll(); in dispose()584 mPreparedStatementCache.resize(configuration.maxSqlCacheSize); in reconfigure()623 return mPreparedStatementCache.get(sql) != null; in isPreparedStatementInCache()1057 PreparedStatement statement = mPreparedStatementCache.get(sql); in acquirePreparedStatement()1076 mPreparedStatementCache.put(sql, statement); in acquirePreparedStatement()1107 mPreparedStatementCache.remove(statement.mSql); in releasePreparedStatement()1263 mPreparedStatementCache.dump(printer); in dumpUnsafe()1354 mPreparedStatementCache.hitCount(), mPreparedStatementCache.missCount(), in getMainDbStatsUnsafe()[all …]
14527 Landroid/database/sqlite/SQLiteConnection;->mPreparedStatementCache:Landroid/database/sqlite/SQLite…