Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/FooterPreference/src/com/android/settingslib/widget/
DFooterPreference.java46 public class FooterPreference extends Preference { class
58 public FooterPreference(Context context, AttributeSet attrs) { in FooterPreference() method in FooterPreference
63 public FooterPreference(Context context) { in FooterPreference() method in FooterPreference
309 public FooterPreference build() { in build()
310 final FooterPreference footerPreference = new FooterPreference(mContext); in build()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/widget/
DFooterPreferenceTest.java43 private FooterPreference mFooterPreference;
48 mFooterPreference = new FooterPreference(mContext); in setUp()