Searched refs:mTotalPrepareStatements (Results 1 – 3 of 3) sorted by relevance
109 public int mTotalPrepareStatements = 0; field in SQLiteConnectionPool525 mTotalPrepareStatements - mTotalPrepareStatementCacheMiss, in collectDbStats()526 mTotalPrepareStatementCacheMiss, mTotalPrepareStatements, true); in collectDbStats()1242 if (mTotalPrepareStatements == 0) { in getStatementCacheMissRate()1246 return (double) mTotalPrepareStatementCacheMiss / (double) mTotalPrepareStatements; in getStatementCacheMissRate()
1072 ++mPool.mTotalPrepareStatements; in acquirePreparedStatementLI()
2706 return mConnectionPoolLocked.mTotalPrepareStatements; in getTotalPreparedStatements()