Searched refs:mSelectedCodecTypes (Results 1 – 1 of 1) sorted by relevance
125 private Set<Integer> mSelectedCodecTypes = new HashSet<>(); field in MainActivity1313 .setAudioCodecs(mSelectedCodecTypes) in createMyDeviceInfo()2199 codecTypeList.setItemChecked(i, mSelectedCodecTypes.contains(mode.getValue())); in setupAudioCodecSelectionLists()2330 mSelectedCodecTypes = in updateCodecSelectionFromPrefs()2357 mSelectedCodecTypes.add(item.getValue()); in setupCodecSelectionOnClickListeners()2368 mSelectedCodecTypes.remove(item.getValue()); in setupCodecSelectionOnClickListeners()2381 mSelectedCodecTypes); in setupCodecSelectionOnClickListeners()