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.java443 public void collectDbStats(ArrayList<DbStats> dbStatsList) { in collectDbStats() method in SQLiteConnectionPool
446 mAvailablePrimaryConnection.collectDbStats(dbStatsList); in collectDbStats()
450 connection.collectDbStats(dbStatsList); in collectDbStats()
DSQLiteDatabase.java2017 db.collectDbStats(dbStatsList); in getDbStats()
2022 private void collectDbStats(ArrayList<DbStats> dbStatsList) { in collectDbStats() method in SQLiteDatabase
2025 mConnectionPoolLocked.collectDbStats(dbStatsList); in collectDbStats()
DSQLiteConnection.java1108 void collectDbStats(ArrayList<DbStats> dbStatsList) { in collectDbStats() method in SQLiteConnection