Home
last modified time | relevance | path

Searched refs:mTotalPrepareStatementCacheMiss (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteConnectionPool.java108 public int mTotalPrepareStatementCacheMiss = 0; field in SQLiteConnectionPool
518 mTotalPrepareStatements - mTotalPrepareStatementCacheMiss, in collectDbStats()
519 mTotalPrepareStatementCacheMiss, mTotalPrepareStatements, true); in collectDbStats()
1227 return (double) mTotalPrepareStatementCacheMiss / (double) mTotalPrepareStatements; in getStatementCacheMissRate()
H A DSQLiteConnection.java1068 ++mPool.mTotalPrepareStatementCacheMiss; in acquirePreparedStatement()
H A DSQLiteDatabase.java2517 return mConnectionPoolLocked.mTotalPrepareStatementCacheMiss; in getTotalStatementCacheMisses()