Searched refs:newQuery (Results 1 – 3 of 3) sorted by relevance
89 StringBuilder newQuery = new StringBuilder(); in with() local90 newQuery.append(mUri.getRawPath()); in with()91 newQuery.append('?'); in with()98 newQuery.append(and); in with()99 newQuery.append(entry.getKey()); in with()100 newQuery.append('='); in with()101 newQuery.append(entry.getValue()); in with()105 return DocString.uri(newQuery.toString()); in with()
166 public void onSearch(String newQuery) { in onSearch() argument167 L.d(TAG, "onSearch: %s", newQuery); in onSearch()168 mContactResultsViewModel.setSearchQuery(newQuery); in onSearch()
1556 CharSequence newQuery = mSuggestionsAdapter.convertToString(c); in rewriteQueryFromSuggestion() local1557 if (newQuery != null) { in rewriteQueryFromSuggestion()1560 setQuery(newQuery); in rewriteQueryFromSuggestion()