Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteConnection.java110 private final PreparedStatementCache mPreparedStatementCache; field in SQLiteConnection
180 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 …]
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt14527 Landroid/database/sqlite/SQLiteConnection;->mPreparedStatementCache:Landroid/database/sqlite/SQLite…