Home
last modified time | relevance | path

Searched refs:collectDbStats (Results 1 – 4 of 4) 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
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt18579 Landroid/database/sqlite/SQLiteConnection;->collectDbStats(Ljava/util/ArrayList;)V
18694 Landroid/database/sqlite/SQLiteConnectionPool;->collectDbStats(Ljava/util/ArrayList;)V