Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/database/sqlite/
DSQLiteConnectionPool.java690 ArrayList<SQLiteConnection> keysToUpdate = new ArrayList<SQLiteConnection>( in markAcquiredConnectionsLocked() local
697 keysToUpdate.add(entry.getKey()); in markAcquiredConnectionsLocked()
700 final int updateCount = keysToUpdate.size(); in markAcquiredConnectionsLocked()
702 mAcquiredConnections.put(keysToUpdate.get(i), status); in markAcquiredConnectionsLocked()