Searched refs:templateUri (Results 1 – 1 of 1) sorted by relevance
156 private String getFormattedUri(String templateUri, String query) { in getFormattedUri() argument157 if (TextUtils.isEmpty(templateUri)) { in getFormattedUri()164 return templateUri.replace(PARAMETER_SEARCH_TERMS, URLEncoder.encode(query, enc)); in getFormattedUri()