Searched refs:hdcpChecking (Results 1 – 1 of 1) sorted by relevance
435 Preference hdcpChecking = findPreference(HDCP_CHECKING_KEY); in onCreatePreferences() local436 if (hdcpChecking != null) { in onCreatePreferences()437 mAllPrefs.add(hdcpChecking); in onCreatePreferences()438 removePreferenceForProduction(hdcpChecking); in onCreatePreferences()741 ListPreference hdcpChecking = (ListPreference) findPreference(HDCP_CHECKING_KEY); in updateHdcpValues() local742 if (hdcpChecking != null) { in updateHdcpValues()747 updateListPreference(hdcpChecking, currentValue, values, summaries, index); in updateHdcpValues()