Searched refs:mStandbyGroup (Results 1 – 1 of 1) sorted by relevance
53 private PreferenceGroup mStandbyGroup; field in InputsFragment90 mStandbyGroup = (PreferenceGroup) findPreference(KEY_STANDBY_INPUTS); in onCreatePreferences()127 mStandbyGroup.removePreference(inputPref); in refresh()132 mStandbyGroup.addPreference(inputPref); in refresh()137 mStandbyGroup.removePreference(inputPref); in refresh()149 final int standbyCount = mStandbyGroup.getPreferenceCount(); in refresh()150 mStandbyGroup.setTitle(getResources().getQuantityString( in refresh()153 mStandbyGroup.setVisible(standbyCount > 0); in refresh()