Searched refs:inputPref (Results 1 – 2 of 2) sorted by relevance
118 if (inputPref == null) { in refresh()121 inputPref.refresh(info); in refresh()125 mStandbyGroup.removePreference(inputPref); in refresh()126 mDisconnectedGroup.removePreference(inputPref); in refresh()127 mConnectedGroup.addPreference(inputPref); in refresh()130 mConnectedGroup.removePreference(inputPref); in refresh()131 mDisconnectedGroup.removePreference(inputPref); in refresh()132 mStandbyGroup.addPreference(inputPref); in refresh()135 mConnectedGroup.removePreference(inputPref); in refresh()136 mStandbyGroup.removePreference(inputPref); in refresh()[all …]
128 final Preference inputPref = findPreference(KEY_INPUTS); in onCreatePreferences() local129 if (inputPref != null) { in onCreatePreferences()130 inputPref.setVisible(mInputSettingNeeded); in onCreatePreferences()