Searched refs:inputPref (Results 1 – 1 of 1) sorted by relevance
125 InputPreference inputPref = (InputPreference) findPreference(makeInputPrefKey(info)); in refresh() local126 if (inputPref == null) { in refresh()127 inputPref = new InputPreference(getPreferenceManager().getContext()); in refresh()129 inputPref.refresh(info); in refresh()133 mStandbyGroup.removePreference(inputPref); in refresh()134 mDisconnectedGroup.removePreference(inputPref); in refresh()135 mConnectedGroup.addPreference(inputPref); in refresh()138 mConnectedGroup.removePreference(inputPref); in refresh()139 mDisconnectedGroup.removePreference(inputPref); in refresh()140 mStandbyGroup.addPreference(inputPref); in refresh()[all …]