Searched refs:footerPreference (Results 1 – 10 of 10) sorted by relevance
46 final AccessibilityFooterPreference footerPreference = in displayPreference() local48 updateFooterPreferences(footerPreference); in displayPreference()63 private void updateFooterPreferences(AccessibilityFooterPreference footerPreference) { in updateFooterPreferences() argument68 .append(footerPreference.getTitle()); in updateFooterPreferences()69 footerPreference.setContentDescription(sb); in updateFooterPreferences()72 footerPreference.setLearnMoreAction(view -> { in updateFooterPreferences()81 footerPreference.setLearnMoreContentDescription(learnMoreContentDescription); in updateFooterPreferences()
45 final AccessibilityFooterPreference footerPreference = in displayPreference() local47 footerPreference.setTitle( in displayPreference()
520 final AccessibilityFooterPreference footerPreference = in createFooterPreference() local522 footerPreference.setSummary(summary); in createFooterPreference()523 footerPreference.setContentDescription( in createFooterPreference()528 footerPreference.setLearnMoreAction(view -> { in createFooterPreference()537 footerPreference.setLearnMoreContentDescription(learnMoreContentDescription); in createFooterPreference()539 screen.addPreference(footerPreference); in createFooterPreference()
66 final FooterPreference footerPreference = screen.findPreference(getPreferenceKey()); in updateFooterPreference() local67 footerPreference.setTitle(disclosure); in updateFooterPreference()68 footerPreference.setLearnMoreAction(view -> { in updateFooterPreference()73 footerPreference.setLearnMoreContentDescription(learnMoreContentDescription); in updateFooterPreference()
54 FooterPreference footerPreference) { in BluetoothSwitchPreferenceController() argument55 this(context, new RestrictionUtils(), switchController, footerPreference); in BluetoothSwitchPreferenceController()60 SwitchWidgetController switchController, FooterPreference footerPreference) { in BluetoothSwitchPreferenceController() argument64 mFooterPreference = footerPreference; in BluetoothSwitchPreferenceController()
71 final Preference footerPreference = findPreference(FooterPreference.KEY_FOOTER); in onCreateView() local72 if (footerPreference != null) { in onCreateView()73 footerPreference.setTitle(Html.fromHtml(getString(R.string.smart_rotate_text_headline), in onCreateView()75 footerPreference.setVisible(isRotationResolverServiceAvailable(activity)); in onCreateView()
357 final FooterPreference footerPreference = (FooterPreference) findPreference( in initFooter() local359 footerPreference.setTitle(footerText); in initFooter()361 footerPreference.setLearnMoreAction(view -> { in initFooter()367 footerPreference.setLearnMoreContentDescription(learnMoreContentDescription); in initFooter()
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()
163 val footerPreference = preferenceFragment.createFooterPreference(context!!) in <lambda>() constant164 footerPreference.key = INFO_MSG_KEY in <lambda>()165 infoMsgCategory?.addPreference(footerPreference) in <lambda>()