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()
2035 db.collectDbStats(dbStatsList); in getDbStats()2040 private void collectDbStats(ArrayList<DbStats> dbStatsList) { in collectDbStats() method in SQLiteDatabase2043 mConnectionPoolLocked.collectDbStats(dbStatsList); in collectDbStats()
1110 void collectDbStats(ArrayList<DbStats> dbStatsList) { in collectDbStats() method in SQLiteConnection