Searched refs:inputPref (Results 1 – 2 of 2) sorted by relevance
114 InputPreference inputPref = (InputPreference) findPreference(makeInputPrefKey(info)); in refresh() local115 if (inputPref == null) { in refresh()116 inputPref = new InputPreference(getPreferenceManager().getContext()); in refresh()118 inputPref.refresh(info); in refresh()122 mConnectedGroup.addPreference(inputPref); in refresh()123 mStandbyGroup.removePreference(inputPref); in refresh()124 mDisconnectedGroup.removePreference(inputPref); in refresh()127 mConnectedGroup.removePreference(inputPref); in refresh()128 mStandbyGroup.addPreference(inputPref); in refresh()129 mDisconnectedGroup.removePreference(inputPref); in refresh()[all …]
149 final Preference inputPref = findPreference(KEY_INPUTS); in onCreatePreferences() local150 if (inputPref != null) { in onCreatePreferences()151 inputPref.setVisible(mInputSettingNeeded); in onCreatePreferences()