Searched refs:keysToUpdate (Results 1 – 1 of 1) sorted by relevance
573 ArrayList<SQLiteConnection> keysToUpdate = new ArrayList<SQLiteConnection>( in markAcquiredConnectionsLocked() local580 keysToUpdate.add(entry.getKey()); in markAcquiredConnectionsLocked()583 final int updateCount = keysToUpdate.size(); in markAcquiredConnectionsLocked()585 mAcquiredConnections.put(keysToUpdate.get(i), status); in markAcquiredConnectionsLocked()