Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/database/sqlite/
DSQLiteConnectionPool.java485 public void collectDbStats(ArrayList<DbStats> dbStatsList) { in collectDbStats() method in SQLiteConnectionPool
488 mAvailablePrimaryConnection.collectDbStats(dbStatsList); in collectDbStats()
492 connection.collectDbStats(dbStatsList); in collectDbStats()
DSQLiteDatabase.java2174 db.collectDbStats(dbStatsList); in getDbStats()
2180 private void collectDbStats(ArrayList<DbStats> dbStatsList) { in collectDbStats() method in SQLiteDatabase
2183 mConnectionPoolLocked.collectDbStats(dbStatsList); in collectDbStats()
DSQLiteConnection.java1207 void collectDbStats(ArrayList<DbStats> dbStatsList) { in collectDbStats() method in SQLiteConnection