Searched refs:mFooterPreferenceMixin (Results 1 – 13 of 13) sorted by relevance
33 FooterPreferenceMixin mFooterPreferenceMixin; field in BluetoothDetailsMacAddressController41 mFooterPreferenceMixin = new FooterPreferenceMixin(fragment, lifecycle); in BluetoothDetailsMacAddressController()46 mFooterPreference = mFooterPreferenceMixin.createFooterPreference(); in init()
79 protected final FooterPreferenceMixin mFooterPreferenceMixin = field in SettingsPreferenceFragment331 - (mFooterPreferenceMixin.hasFooter() ? 1 : 0)) <= 0 in updateEmptyView()
139 mFooterPreferenceMixin.createFooterPreference() in onCreate()
67 mFooterPreferenceMixin.createFooterPreference() in onResume()
58 mFooterPreferenceMixin.createFooterPreference().setTitle( in onCreate()
135 mFooterPreferenceMixin.createFooterPreference().setTitle(summary); in onProcessArguments()
72 mFooterPreferenceMixin.createFooterPreference() in onCreate()
57 mFooterPreferenceMixin.createFooterPreference() in onCreate()
77 mFooterPreferenceMixin.createFooterPreference() in onActivityCreated()
240 mFooterPreferenceMixin.createFooterPreference().setTitle(R.string.battery_footer_summary); in onCreate()
88 mFooterPreferenceMixin.createFooterPreference().setTitle(R.string.night_display_text); in onCreatePreferences()
224 mEnterpriseDisclosurePreference = mFooterPreferenceMixin.createFooterPreference(); in addEnterpriseDisclosure()
345 final FooterPreference pref = mFooterPreferenceMixin.createFooterPreference(); in onCreate()