Searched refs:updateCount (Results 1 – 2 of 2) sorted by relevance
185 updateCount(dataMap.getInt(COUNT_KEY));194 private void updateCount(int c) { ... }
583 final int updateCount = keysToUpdate.size(); in markAcquiredConnectionsLocked() local584 for (int i = 0; i < updateCount; i++) { in markAcquiredConnectionsLocked()