OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FooterPreferenceMixin
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Settings/src/com/android/settings/widget/
FooterPreferenceMixin.java
27
public class
FooterPreferenceMixin
implements LifecycleObserver, SetPreferenceScreen {
32
public
FooterPreferenceMixin
(PreferenceFragment fragment, Lifecycle lifecycle) {
/packages/apps/Settings/tests/robotests/src/com/android/settings/widget/
FooterPreferenceMixinTest.java
52
private
FooterPreferenceMixin
mMixin;
61
mMixin = new
FooterPreferenceMixin
(mFragment, mLifecycle);
/packages/apps/Settings/src/com/android/settings/
SettingsPreferenceFragment.java
52
import com.android.settings.widget.
FooterPreferenceMixin
;
76
protected final
FooterPreferenceMixin
mFooterPreferenceMixin =
77
new
FooterPreferenceMixin
(this, getLifecycle());
/packages/apps/Settings/src/com/android/settings/accounts/
ChooseAccountActivity.java
48
import com.android.settings.widget.
FooterPreferenceMixin
;
/packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerUsageSummary.java
63
import com.android.settings.widget.
FooterPreferenceMixin
;
102
private final
FooterPreferenceMixin
mFooterPreferenceMixin =
103
new
FooterPreferenceMixin
(this, getLifecycle());
Completed in 2024 milliseconds