Searched refs:footerPreference (Results 1 – 10 of 10) sorted by relevance
51 FooterPreference footerPreference) { in BluetoothSwitchPreferenceController() argument52 this(context, new RestrictionUtils(), switchController, footerPreference); in BluetoothSwitchPreferenceController()57 SwitchWidgetController switchController, FooterPreference footerPreference) { in BluetoothSwitchPreferenceController() argument61 mFooterPreference = footerPreference; in BluetoothSwitchPreferenceController()
41 final FooterPreference footerPreference = in onCreate() local43 footerPreference.setIcon(R.drawable.ic_privacy_shield_24dp); in onCreate()44 footerPreference.setTitle(R.string.adaptive_sleep_privacy); in onCreate()
47 final FooterPreference footerPreference = in onCreate() local51 footerPreference.setIcon(R.drawable.ic_privacy_shield_24dp); in onCreate()52 footerPreference.setTitle(R.string.adaptive_sleep_privacy); in onCreate()
81 FooterPreference footerPreference = new FooterPreference(preference.getContext()); in updateState() local95 footerPreference.setTitle(footerString); in updateState()97 category.addPreference(footerPreference); in updateState()
68 Preference footerPreference = screen.findPreference(FooterPreference.KEY_FOOTER); in updatePreferences() local69 footerPreference.setTitle(mContext.getResources().getString( in updatePreferences()
77 Preference footerPreference = screen.findPreference(FooterPreference.KEY_FOOTER); in updatePreferences() local78 footerPreference.setTitle(mContext.getResources().getString( in updatePreferences()