Searched refs:mStandbyGroup (Results 1 – 1 of 1) sorted by relevance
52 private PreferenceGroup mStandbyGroup; field in InputsFragment89 mStandbyGroup = (PreferenceGroup) findPreference(KEY_STANDBY_INPUTS); in onCreatePreferences()125 mStandbyGroup.removePreference(inputPref); in refresh()132 mStandbyGroup.addPreference(inputPref); in refresh()136 mStandbyGroup.removePreference(inputPref); in refresh()148 final int standbyCount = mStandbyGroup.getPreferenceCount(); in refresh()149 mStandbyGroup.setTitle(getResources().getQuantityString( in refresh()152 mStandbyGroup.setVisible(standbyCount > 0); in refresh()