HomeSort by relevance Sort by last modified time
    Searched refs:mFooterPreferenceMixin (Results 1 - 13 of 13) sorted by null

  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothDetailsMacAddressController.java 33 FooterPreferenceMixin mFooterPreferenceMixin;
41 mFooterPreferenceMixin = new FooterPreferenceMixin(fragment, lifecycle);
46 mFooterPreference = mFooterPreferenceMixin.createFooterPreference();
  /packages/apps/Settings/src/com/android/settings/accessibility/
ToggleDaltonizerPreferenceFragment.java 58 mFooterPreferenceMixin.createFooterPreference().setTitle(
ToggleFeaturePreferenceFragment.java 135 mFooterPreferenceMixin.createFooterPreference().setTitle(summary);
AccessibilityShortcutPreferenceFragment.java 72 mFooterPreferenceMixin.createFooterPreference()
  /packages/apps/Settings/src/com/android/settings/applications/assist/
ManageAssist.java 67 mFooterPreferenceMixin.createFooterPreference()
  /packages/apps/Settings/src/com/android/settings/datausage/
DataSaverSummary.java 57 mFooterPreferenceMixin.createFooterPreference()
  /packages/apps/Settings/src/com/android/settings/display/
NightDisplaySettings.java 88 mFooterPreferenceMixin.createFooterPreference().setTitle(R.string.night_display_text);
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
BatterySaverSettings.java 77 mFooterPreferenceMixin.createFooterPreference()
PowerUsageSummary.java 240 mFooterPreferenceMixin.createFooterPreference().setTitle(R.string.battery_footer_summary);
    [all...]
  /packages/apps/Settings/src/com/android/settings/
SettingsPreferenceFragment.java 79 protected final FooterPreferenceMixin mFooterPreferenceMixin =
331 - (mFooterPreferenceMixin.hasFooter() ? 1 : 0)) <= 0
TetherSettings.java 139 mFooterPreferenceMixin.createFooterPreference()
  /packages/apps/Settings/src/com/android/settings/accounts/
ChooseAccountActivity.java 224 mEnterpriseDisclosurePreference = mFooterPreferenceMixin.createFooterPreference();
  /packages/apps/Settings/src/com/android/settings/fingerprint/
FingerprintSettings.java 345 final FooterPreference pref = mFooterPreferenceMixin.createFooterPreference();
    [all...]

Completed in 598 milliseconds