Searched refs:footerPreference (Results 1 – 1 of 1) sorted by relevance
310 final FooterPreference footerPreference = new FooterPreference(mContext); in build() local311 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()