Searched refs:hdcpChecking (Results 1 – 1 of 1) sorted by relevance
395 Preference hdcpChecking = findPreference(HDCP_CHECKING_KEY); in onCreatePreferences() local396 if (hdcpChecking != null) { in onCreatePreferences()397 mAllPrefs.add(hdcpChecking); in onCreatePreferences()398 removePreferenceForProduction(hdcpChecking); in onCreatePreferences()691 ListPreference hdcpChecking = (ListPreference) findPreference(HDCP_CHECKING_KEY); in updateHdcpValues() local692 if (hdcpChecking != null) { in updateHdcpValues()697 updateListPreference(hdcpChecking, currentValue, values, summaries, index); in updateHdcpValues()