Searched refs:collectDbStats (Results 1 – 3 of 3) sorted by relevance
443 public void collectDbStats(ArrayList<DbStats> dbStatsList) { in collectDbStats() method in SQLiteConnectionPool446 mAvailablePrimaryConnection.collectDbStats(dbStatsList); in collectDbStats()450 connection.collectDbStats(dbStatsList); in collectDbStats()
2017 db.collectDbStats(dbStatsList); in getDbStats()2022 private void collectDbStats(ArrayList<DbStats> dbStatsList) { in collectDbStats() method in SQLiteDatabase2025 mConnectionPoolLocked.collectDbStats(dbStatsList); in collectDbStats()
1108 void collectDbStats(ArrayList<DbStats> dbStatsList) { in collectDbStats() method in SQLiteConnection