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

  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
InputsFragment.java 115 InputPreference inputPref = (InputPreference) findPreference(makeInputPrefKey(info));
116 if (inputPref == null) {
117 inputPref = new InputPreference(getPreferenceManager().getContext());
119 inputPref.refresh(info);
123 mConnectedGroup.addPreference(inputPref);
124 mStandbyGroup.removePreference(inputPref);
125 mDisconnectedGroup.removePreference(inputPref);
128 mConnectedGroup.removePreference(inputPref);
129 mStandbyGroup.addPreference(inputPref);
130 mDisconnectedGroup.removePreference(inputPref);
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/
DevicePrefFragment.java 79 final Preference inputPref = findPreference(KEY_INPUTS);
80 if (inputPref != null) {
81 inputPref.setVisible(mInputSettingNeeded);

Completed in 66 milliseconds