Home
last modified time | relevance | path

Searched refs:htmlFooterPreference (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/accessibility/
DToggleFeaturePreferenceFragment.java599 final AccessibilityFooterPreference htmlFooterPreference = in initHtmlTextPreference() local
601 htmlFooterPreference.setKey(KEY_HTML_DESCRIPTION_PREFERENCE); in initHtmlTextPreference()
602 htmlFooterPreference.setSummary(htmlDescription); in initHtmlTextPreference()
603 screen.addPreference(htmlFooterPreference); in initHtmlTextPreference()
608 screen.getContext(), htmlFooterPreference.getKey()); in initHtmlTextPreference()