Searched refs:collectDbStats (Results 1 – 3 of 3) sorted by relevance
485 public void collectDbStats(ArrayList<DbStats> dbStatsList) { in collectDbStats() method in SQLiteConnectionPool488 mAvailablePrimaryConnection.collectDbStats(dbStatsList); in collectDbStats()492 connection.collectDbStats(dbStatsList); in collectDbStats()
2174 db.collectDbStats(dbStatsList); in getDbStats()2180 private void collectDbStats(ArrayList<DbStats> dbStatsList) { in collectDbStats() method in SQLiteDatabase2183 mConnectionPoolLocked.collectDbStats(dbStatsList); in collectDbStats()
1207 void collectDbStats(ArrayList<DbStats> dbStatsList) { in collectDbStats() method in SQLiteConnection