Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/database/sqlite/
DSQLiteConnectionPool.java108 public int mTotalPrepareStatementCacheMiss = 0; field in SQLiteConnectionPool
525 mTotalPrepareStatements - mTotalPrepareStatementCacheMiss, in collectDbStats()
526 mTotalPrepareStatementCacheMiss, mTotalPrepareStatements, true); in collectDbStats()
1246 return (double) mTotalPrepareStatementCacheMiss / (double) mTotalPrepareStatements; in getStatementCacheMissRate()
DSQLiteConnection.java1097 ++mPool.mTotalPrepareStatementCacheMiss; in acquirePreparedStatementLI()
DSQLiteDatabase.java2714 return mConnectionPoolLocked.mTotalPrepareStatementCacheMiss; in getTotalStatementCacheMisses()