Searched refs:footerString (Results 1 – 2 of 2) sorted by relevance
96 String footerString = mContext.getString(R.string.location_settings_footer_general); in updateFooterPreference() local99 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()
340 final String footerString; in initPreferenceForTriState() local345 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()