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

/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteConnectionPool.java443 public void collectDbStats(ArrayList<DbStats> dbStatsList) { method in class:SQLiteConnectionPool
446 mAvailablePrimaryConnection.collectDbStats(dbStatsList);
450 connection.collectDbStats(dbStatsList);
H A DSQLiteDatabase.java2017 db.collectDbStats(dbStatsList);
2022 private void collectDbStats(ArrayList<DbStats> dbStatsList) { method in class:SQLiteDatabase
2025 mConnectionPoolLocked.collectDbStats(dbStatsList);
H A DSQLiteConnection.java1110 void collectDbStats(ArrayList<DbStats> dbStatsList) { method in class:SQLiteConnection
1126 CursorWindow window = new CursorWindow("collectDbStats");

Completed in 393 milliseconds