Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/location/
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()
/packages/apps/Settings/src/com/android/settings/fuelgauge/
DAdvancedPowerUsageDetail.java340 final String footerString; in initPreferenceForTriState() local
345 footerString = context.getString( in initPreferenceForTriState()
350 footerString = context.getString( in initPreferenceForTriState()
354 footerString = context.getString(R.string.manager_battery_usage_footer); in initPreferenceForTriState()
356 mFooterPreference.setTitle(footerString); in initPreferenceForTriState()