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