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