Searched refs:QUERY (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/android/provider/
H A DSearchRecentSuggestions.java63 public static final String QUERY = "query"; field in class:SearchRecentSuggestions.SuggestionColumns
75 SuggestionColumns.QUERY,
87 SuggestionColumns.QUERY,
199 values.put(SuggestionColumns.QUERY, queryString);
/frameworks/base/core/java/android/app/
H A DSearchManager.java87 public final static String QUERY = "query"; field in class:SearchManager
94 * This may be different from the value of {@link #QUERY}
96 * In that case, {@link #QUERY} will contain the value of
474 * Supported extra data keys: {@link #QUERY},
665 intent.putExtra(QUERY, initialQuery);
H A DSearchDialog.java596 intent.putExtra(SearchManager.QUERY, query);
/frameworks/native/libs/gui/
H A DIGraphicBufferProducer.cpp43 QUERY, enumerator in enum:android::__anon1454
230 status_t result = remote()->transact(QUERY, data, &reply);
555 case QUERY: {
/frameworks/base/core/java/android/widget/
H A DSearchView.java1633 intent.putExtra(SearchManager.QUERY, query);
1680 // because the voice search activity will always need to insert "QUERY" into
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DSearchView.java1592 intent.putExtra(SearchManager.QUERY, query);
1643 // because the voice search activity will always need to insert "QUERY" into

Completed in 159 milliseconds