Home
last modified time | relevance | path

Searched refs:footerPreference (Results 1 – 10 of 10) sorted by relevance

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/bluetooth/
DBluetoothSwitchPreferenceController.java51 FooterPreference footerPreference) { in BluetoothSwitchPreferenceController() argument
52 this(context, new RestrictionUtils(), switchController, footerPreference); in BluetoothSwitchPreferenceController()
57 SwitchWidgetController switchController, FooterPreference footerPreference) { in BluetoothSwitchPreferenceController() argument
61 mFooterPreference = footerPreference; in BluetoothSwitchPreferenceController()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothSwitchPreferenceController.java51 FooterPreference footerPreference) { in BluetoothSwitchPreferenceController() argument
52 this(context, new RestrictionUtils(), switchController, footerPreference); in BluetoothSwitchPreferenceController()
57 SwitchWidgetController switchController, FooterPreference footerPreference) { in BluetoothSwitchPreferenceController() argument
61 mFooterPreference = footerPreference; in BluetoothSwitchPreferenceController()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/display/
DAdaptiveSleepSettings.java41 final FooterPreference footerPreference = in onCreate() local
43 footerPreference.setIcon(R.drawable.ic_privacy_shield_24dp); in onCreate()
44 footerPreference.setTitle(R.string.adaptive_sleep_privacy); in onCreate()
/packages/apps/Settings/src/com/android/settings/display/
DAdaptiveSleepSettings.java47 final FooterPreference footerPreference = in onCreate() local
51 footerPreference.setIcon(R.drawable.ic_privacy_shield_24dp); in onCreate()
52 footerPreference.setTitle(R.string.adaptive_sleep_privacy); in onCreate()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/location/
DLocationFooterPreferenceController.java81 FooterPreference footerPreference = new FooterPreference(preference.getContext()); in updateState() local
95 footerPreference.setTitle(footerString); in updateState()
97 category.addPreference(footerPreference); in updateState()
/packages/apps/Settings/src/com/android/settings/location/
DLocationFooterPreferenceController.java81 FooterPreference footerPreference = new FooterPreference(preference.getContext()); in updateState() local
95 footerPreference.setTitle(footerString); in updateState()
97 category.addPreference(footerPreference); in updateState()
/packages/apps/Settings/src/com/android/settings/notification/
DZenCustomRuleMessagesSettings.java68 Preference footerPreference = screen.findPreference(FooterPreference.KEY_FOOTER); in updatePreferences() local
69 footerPreference.setTitle(mContext.getResources().getString( in updatePreferences()
DZenCustomRuleCallsSettings.java77 Preference footerPreference = screen.findPreference(FooterPreference.KEY_FOOTER); in updatePreferences() local
78 footerPreference.setTitle(mContext.getResources().getString( in updatePreferences()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/notification/
DZenCustomRuleMessagesSettings.java68 Preference footerPreference = screen.findPreference(FooterPreference.KEY_FOOTER); in updatePreferences() local
69 footerPreference.setTitle(mContext.getResources().getString( in updatePreferences()
DZenCustomRuleCallsSettings.java77 Preference footerPreference = screen.findPreference(FooterPreference.KEY_FOOTER); in updatePreferences() local
78 footerPreference.setTitle(mContext.getResources().getString( in updatePreferences()