Searched refs:mTotalPrepareStatements (Results 1 – 3 of 3) sorted by relevance
114 public int mTotalPrepareStatements = 0; field in SQLiteConnectionPool532 mTotalPrepareStatements - mTotalPrepareStatementCacheMiss, in collectDbStats()533 mTotalPrepareStatementCacheMiss, mTotalPrepareStatements, true); in collectDbStats()1249 if (mTotalPrepareStatements == 0) { in getStatementCacheMissRate()1253 return (double) mTotalPrepareStatementCacheMiss / (double) mTotalPrepareStatements; in getStatementCacheMissRate()
1083 ++mPool.mTotalPrepareStatements; in acquirePreparedStatementLI()
2734 return mConnectionPoolLocked.mTotalPrepareStatements; in getTotalPreparedStatements()