Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteDatabase.java2532 ArrayList<SQLiteConnectionPool> activeConnectionPools = getActiveDatabasePools(); in dumpAll() local
2534 activeConnectionPools.sort( in dumpAll()
2536 for (SQLiteConnectionPool dbPool : activeConnectionPools) { in dumpAll()
2547 for (SQLiteConnectionPool dbPool : activeConnectionPools) { in dumpAll()
2556 activeConnectionPools.sort( in dumpAll()
2561 for (SQLiteConnectionPool dbPool : activeConnectionPools) { in dumpAll()