Home
last modified time | relevance | path

Searched refs:createFooterPreference (Results 1 – 12 of 12) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/widget/
DFooterPreferenceMixinTest.java66 assertThat(mMixin.createFooterPreference()).isNotNull(); in createFooter_screenNotAvailable_noCrash()
73 final FooterPreference preference = mMixin.createFooterPreference(); in createFooter_screenAvailable_canAttachToScreen()
81 final FooterPreference preference = mMixin.createFooterPreference(); in createFooter_screenAvailableDelayed_canAttachToScreen()
93 mMixin.createFooterPreference(); in createFooterTwice_screenAvailable_replaceOldFooter()
94 mMixin.createFooterPreference(); in createFooterTwice_screenAvailable_replaceOldFooter()
/packages/apps/Settings/src/com/android/settings/widget/
DFooterPreferenceMixin.java47 public FooterPreference createFooterPreference() { in createFooterPreference() method in FooterPreferenceMixin
/packages/apps/Settings/src/com/android/settings/applications/assist/
DManageAssist.java67 mFooterPreferenceMixin.createFooterPreference() in onResume()
/packages/apps/Settings/src/com/android/settings/accessibility/
DAccessibilityShortcutPreferenceFragment.java67 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.java81 mFooterPreferenceMixin.createFooterPreference() in onActivityCreated()
DPowerUsageSummary.java131 mFooterPreferenceMixin.createFooterPreference().setTitle(R.string.battery_footer_summary); in onCreate()
/packages/apps/Settings/src/com/android/settings/display/
DNightDisplaySettings.java82 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/bluetooth/
DBluetoothSettings.java183 mMyDevicePreference = mFooterPreferenceMixin.createFooterPreference(); in addPreferencesForActivity()
/packages/apps/Settings/src/com/android/settings/
DTetherSettings.java134 mFooterPreferenceMixin.createFooterPreference() in onCreate()
/packages/apps/Settings/src/com/android/settings/fingerprint/
DFingerprintSettings.java335 final FooterPreference pref = mFooterPreferenceMixin.createFooterPreference(); in onCreate()