Searched refs:mInjectedFooterString (Results 1 – 1 of 1) sorted by relevance
54 private String mInjectedFooterString; field in LocationSettingsFooterPreferenceController81 mInjectedFooterString = in updateState()98 if (!TextUtils.isEmpty(mInjectedFooterString)) { in updateFooterPreference()99 footerString = Html.escapeHtml(mInjectedFooterString) + PARAGRAPH_SEPARATOR in updateFooterPreference()