Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/FooterPreference/src/com/android/settingslib/widget/
DFooterPreference.java310 final FooterPreference footerPreference = new FooterPreference(mContext); in build() local
311 footerPreference.setSelectable(false); in build()
315 footerPreference.setTitle(mTitle); in build()
317 footerPreference.setKey(mKey); in build()
321 footerPreference.setContentDescription(mContentDescription); in build()
325 footerPreference.setLearnMoreText(mLearnMoreText); in build()
327 return footerPreference; in build()