Home
last modified time | relevance | path

Searched refs:mFooterPreferenceMixin (Results 1 – 13 of 13) sorted by relevance

/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothDetailsMacAddressController.java33 FooterPreferenceMixin mFooterPreferenceMixin; field in BluetoothDetailsMacAddressController
41 mFooterPreferenceMixin = new FooterPreferenceMixin(fragment, lifecycle); in BluetoothDetailsMacAddressController()
46 mFooterPreference = mFooterPreferenceMixin.createFooterPreference(); in init()
/packages/apps/Settings/src/com/android/settings/
DSettingsPreferenceFragment.java79 protected final FooterPreferenceMixin mFooterPreferenceMixin = field in SettingsPreferenceFragment
331 - (mFooterPreferenceMixin.hasFooter() ? 1 : 0)) <= 0 in updateEmptyView()
DTetherSettings.java139 mFooterPreferenceMixin.createFooterPreference() in onCreate()
/packages/apps/Settings/src/com/android/settings/applications/assist/
DManageAssist.java67 mFooterPreferenceMixin.createFooterPreference() in onResume()
/packages/apps/Settings/src/com/android/settings/accessibility/
DToggleDaltonizerPreferenceFragment.java58 mFooterPreferenceMixin.createFooterPreference().setTitle( in onCreate()
DToggleFeaturePreferenceFragment.java135 mFooterPreferenceMixin.createFooterPreference().setTitle(summary); in onProcessArguments()
DAccessibilityShortcutPreferenceFragment.java72 mFooterPreferenceMixin.createFooterPreference() in onCreate()
/packages/apps/Settings/src/com/android/settings/datausage/
DDataSaverSummary.java57 mFooterPreferenceMixin.createFooterPreference() in onCreate()
/packages/apps/Settings/src/com/android/settings/fuelgauge/
DBatterySaverSettings.java77 mFooterPreferenceMixin.createFooterPreference() in onActivityCreated()
DPowerUsageSummary.java240 mFooterPreferenceMixin.createFooterPreference().setTitle(R.string.battery_footer_summary); in onCreate()
/packages/apps/Settings/src/com/android/settings/display/
DNightDisplaySettings.java88 mFooterPreferenceMixin.createFooterPreference().setTitle(R.string.night_display_text); in onCreatePreferences()
/packages/apps/Settings/src/com/android/settings/accounts/
DChooseAccountActivity.java224 mEnterpriseDisclosurePreference = mFooterPreferenceMixin.createFooterPreference(); in addEnterpriseDisclosure()
/packages/apps/Settings/src/com/android/settings/fingerprint/
DFingerprintSettings.java345 final FooterPreference pref = mFooterPreferenceMixin.createFooterPreference(); in onCreate()