Searched refs:numFinalGroups (Results 1 – 1 of 1) sorted by relevance
197 int numFinalGroups = channelGroups.size(); in updateGroupList() local199 List<PreferenceCategory> finalOrderedGroups = new ArrayList<>(numFinalGroups); in updateGroupList()200 for (int i = 0; i < numFinalGroups; i++) { in updateGroupList()212 boolean hasInsertions = initialPrefCount != 0 && initialPrefCount != numFinalGroups; in updateGroupList()213 boolean requiresRemoval = postAddPrefCount != numFinalGroups; in updateGroupList()292 int numFinalGroups = finalOrderedPrefs.size(); in updateGroupPreferences() local293 boolean hasInsertions = !initiallyEmpty && initialPrefCount != numFinalGroups; in updateGroupPreferences()294 boolean requiresRemoval = postAddPrefCount != numFinalGroups; in updateGroupPreferences()