Searched refs:FooterPreference (Results 1 – 2 of 2) sorted by relevance
46 public class FooterPreference extends Preference { class58 public FooterPreference(Context context, AttributeSet attrs) { in FooterPreference() method in FooterPreference63 public FooterPreference(Context context) { in FooterPreference() method in FooterPreference309 public FooterPreference build() { in build()310 final FooterPreference footerPreference = new FooterPreference(mContext); in build()
43 private FooterPreference mFooterPreference;48 mFooterPreference = new FooterPreference(mContext); in setUp()