Home
last modified time | relevance | path

Searched refs:footerString (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Settings/src/com/android/settings/location/
H A DLocationSettingsFooterPreferenceController.java96 String footerString = mContext.getString(R.string.location_settings_footer_general); in updateFooterPreference() local
99 footerString = Html.escapeHtml(mInjectedFooterString) + PARAGRAPH_SEPARATOR in updateFooterPreference()
100 + footerString; in updateFooterPreference()
103 footerString = mContext.getString(R.string.location_settings_footer_location_off) in updateFooterPreference()
105 + footerString; in updateFooterPreference()
108 mFooterPreference.setTitle(Html.fromHtml(footerString)); in updateFooterPreference()
/aosp12/packages/apps/Settings/src/com/android/settings/fuelgauge/
H A DAdvancedPowerUsageDetail.java366 final String footerString; in initPreferenceForTriState() local
372 footerString = context.getString( in initPreferenceForTriState()
377 footerString = context.getString( in initPreferenceForTriState()
381 footerString = context.getString(R.string.manager_battery_usage_footer); in initPreferenceForTriState()
383 mFooterPreference.setTitle(footerString); in initPreferenceForTriState()