Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/database/sqlite/
DSQLiteDatabase.java2729 ArrayList<SQLiteConnectionPool> activeConnectionPools = getActiveDatabasePools(); in dumpAll() local
2731 activeConnectionPools.sort( in dumpAll()
2733 for (SQLiteConnectionPool dbPool : activeConnectionPools) { in dumpAll()
2744 for (SQLiteConnectionPool dbPool : activeConnectionPools) { in dumpAll()
2753 activeConnectionPools.sort( in dumpAll()
2758 for (SQLiteConnectionPool dbPool : activeConnectionPools) { in dumpAll()