Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/widget/
DFooterPreferenceMixin.java27 public class FooterPreferenceMixin implements LifecycleObserver, SetPreferenceScreen { class
32 public FooterPreferenceMixin(PreferenceFragment fragment, Lifecycle lifecycle) { in FooterPreferenceMixin() method in FooterPreferenceMixin
/packages/apps/Settings/tests/robotests/src/com/android/settings/widget/
DFooterPreferenceMixinTest.java52 private FooterPreferenceMixin mMixin;
61 mMixin = new FooterPreferenceMixin(mFragment, mLifecycle); in setUp()
/packages/apps/Settings/src/com/android/settings/
DSettingsPreferenceFragment.java52 import com.android.settings.widget.FooterPreferenceMixin;
76 protected final FooterPreferenceMixin mFooterPreferenceMixin =
77 new FooterPreferenceMixin(this, getLifecycle());
/packages/apps/Settings/src/com/android/settings/fuelgauge/
DPowerUsageSummary.java63 import com.android.settings.widget.FooterPreferenceMixin;
102 private final FooterPreferenceMixin mFooterPreferenceMixin =
103 new FooterPreferenceMixin(this, getLifecycle());
/packages/apps/Settings/src/com/android/settings/accounts/
DChooseAccountActivity.java48 import com.android.settings.widget.FooterPreferenceMixin;