HomeSort by relevance Sort by last modified time
    Searched full:inputpref (Results 1 - 2 of 2) sorted by null

  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
InputsFragment.java 114 InputPreference inputPref = (InputPreference) findPreference(makeInputPrefKey(info));
115 if (inputPref == null) {
116 inputPref = new InputPreference(getPreferenceManager().getContext());
118 inputPref.refresh(info);
122 mConnectedGroup.addPreference(inputPref);
123 mStandbyGroup.removePreference(inputPref);
124 mDisconnectedGroup.removePreference(inputPref);
127 mConnectedGroup.removePreference(inputPref);
128 mStandbyGroup.addPreference(inputPref);
129 mDisconnectedGroup.removePreference(inputPref);
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/
MainFragment.java 149 final Preference inputPref = findPreference(KEY_INPUTS);
150 if (inputPref != null) {
151 inputPref.setVisible(mInputSettingNeeded);

Completed in 249 milliseconds