Searched refs:localSet (Results 1 – 1 of 1) sorted by relevance
1668 private int determineCommonCodecSettings(Set<Integer> localSet, Set<Integer> remoteSet, in determineCommonCodecSettings() argument1670 Log.d(TAG, "determineCommonCodecSettings() - localSet : " + localSet); in determineCommonCodecSettings()1673 if (localSet.contains(setting) && remoteSet.contains(setting)) { in determineCommonCodecSettings()