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.java659 ArrayList<SQLiteConnection> keysToUpdate = new ArrayList<SQLiteConnection>( in markAcquiredConnectionsLocked() local
666 keysToUpdate.add(entry.getKey()); in markAcquiredConnectionsLocked()
669 final int updateCount = keysToUpdate.size(); in markAcquiredConnectionsLocked()
671 mAcquiredConnections.put(keysToUpdate.get(i), status); in markAcquiredConnectionsLocked()