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

  /packages/apps/Settings/src/com/android/settings/
DevelopmentSettings.java 405 Preference hdcpChecking = findPreference(HDCP_CHECKING_KEY);
406 if (hdcpChecking != null) {
407 mAllPrefs.add(hdcpChecking);
408 removePreferenceForProduction(hdcpChecking);
633 ListPreference hdcpChecking = (ListPreference) findPreference(HDCP_CHECKING_KEY);
634 if (hdcpChecking != null) {
645 hdcpChecking.setValue(values[index]);
646 hdcpChecking.setSummary(summaries[index]);
647 hdcpChecking.setOnPreferenceChangeListener(this);
    [all...]

Completed in 155 milliseconds