Home
last modified time | relevance | path

Searched refs:newQuery (Results 1 – 3 of 3) sorted by relevance

/aosp12/art/tools/ahat/src/main/com/android/ahat/
H A DQuery.java89 StringBuilder newQuery = new StringBuilder(); in with() local
90 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()
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/search/
H A DContactResultsFragment.java166 public void onSearch(String newQuery) { in onSearch() argument
167 L.d(TAG, "onSearch: %s", newQuery); in onSearch()
168 mContactResultsViewModel.setSearchQuery(newQuery); in onSearch()
/aosp12/frameworks/base/core/java/android/widget/
H A DSearchView.java1556 CharSequence newQuery = mSuggestionsAdapter.convertToString(c); in rewriteQueryFromSuggestion() local
1557 if (newQuery != null) { in rewriteQueryFromSuggestion()
1560 setQuery(newQuery); in rewriteQueryFromSuggestion()