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.java101 private final PreparedStatementCache mPreparedStatementCache; field in SQLiteConnection
166 mPreparedStatementCache = new PreparedStatementCache( in SQLiteConnection()
237 mPreparedStatementCache.evictAll(); in dispose()
420 mPreparedStatementCache.resize(configuration.maxSqlCacheSize); in reconfigure()
448 return mPreparedStatementCache.get(sql) != null; in isPreparedStatementInCache()
875 PreparedStatement statement = mPreparedStatementCache.get(sql); in acquirePreparedStatement()
894 mPreparedStatementCache.put(sql, statement); in acquirePreparedStatement()
925 mPreparedStatementCache.remove(statement.mSql); in releasePreparedStatement()
1081 mPreparedStatementCache.dump(printer); in dumpUnsafe()
1169 mPreparedStatementCache.hitCount(), in getMainDbStatsUnsafe()
[all …]