Searched refs:mStandbyGroup (Results 1 – 1 of 1) sorted by relevance
49 private PreferenceGroup mStandbyGroup; field in InputsFragment86 mStandbyGroup = (PreferenceGroup) findPreference(KEY_STANDBY_INPUTS); in onCreatePreferences()123 mStandbyGroup.removePreference(inputPref); in refresh()128 mStandbyGroup.addPreference(inputPref); in refresh()133 mStandbyGroup.removePreference(inputPref); in refresh()145 final int standbyCount = mStandbyGroup.getPreferenceCount(); in refresh()146 mStandbyGroup.setTitle(getResources().getQuantityString( in refresh()149 mStandbyGroup.setVisible(standbyCount > 0); in refresh()