Searched refs:mSelectedCodecTypes (Results 1 – 1 of 1) sorted by relevance
124 private Set<Integer> mSelectedCodecTypes = new HashSet<>(); field in MainActivity1304 .setAudioCodecs(mSelectedCodecTypes) in createMyDeviceInfo()2190 codecTypeList.setItemChecked(i, mSelectedCodecTypes.contains(mode.getValue())); in setupAudioCodecSelectionLists()2321 mSelectedCodecTypes = in updateCodecSelectionFromPrefs()2348 mSelectedCodecTypes.add(item.getValue()); in setupCodecSelectionOnClickListeners()2359 mSelectedCodecTypes.remove(item.getValue()); in setupCodecSelectionOnClickListeners()2372 mSelectedCodecTypes); in setupCodecSelectionOnClickListeners()