Home
last modified time | relevance | path

Searched refs:ACTION_SEARCH (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/docs/html/training/search/
Dsetup.jd139 {@link android.content.Intent#ACTION_SEARCH} intent when a user submits a query. You now need an
145 android.content.Intent#ACTION_SEARCH} when a user submits a search query. A searchable activity
146 filters for the {@link android.content.Intent#ACTION_SEARCH} intent and searches for the query in
148 filter for the {@link android.content.Intent#ACTION_SEARCH} intent:</p>
159 <p>In your searchable activity, handle the {@link android.content.Intent#ACTION_SEARCH} intent by
164 android.content.Intent#ACTION_SEARCH} intent in the {@link android.app.Activity#onNewIntent
186 if (Intent.ACTION_SEARCH.equals(intent.getAction())) {
196 start your searchable activity with the {@link android.content.Intent#ACTION_SEARCH} intent. It
Dsearch.jd202 android.content.Intent#ACTION_SEARCH} intent as an extra, because of the intent filter that you
211 if (Intent.ACTION_SEARCH.equals(intent.getAction())) {
/frameworks/base/core/tests/coretests/src/android/app/
DSuggestionProvider.java82 cursor.newRow().add(id).add(string).add(Intent.ACTION_SEARCH).add(string); in addRow()
/frameworks/base/docs/html/guide/topics/search/
Dadding-recent-query-suggestions.jd53 android.content.Intent#ACTION_SEARCH} intent with the suggestion as the search query, which your
90 to your searchable activity using the normal {@link android.content.Intent#ACTION_SEARCH}
93 {@link android.content.Intent#ACTION_SEARCH} intent is delivered to your searchable activity using
198 if (Intent.ACTION_SEARCH.equals(intent.getAction())) {
Dsearch-dialog.jd205 android.content.Intent} with the {@link android.content.Intent#ACTION_SEARCH} action. Your
222 <li>Declare the activity to accept the {@link android.content.Intent#ACTION_SEARCH} intent, in an
257 because the system delivers the {@link android.content.Intent#ACTION_SEARCH} intent explicitly to
282 searchable activity and sends it a {@link android.content.Intent#ACTION_SEARCH} intent. This intent
296 if (Intent.ACTION_SEARCH.equals(intent.getAction())) {
304 the {@link android.content.Intent#ACTION_SEARCH} intent. In this example, the query is
461 the {@link android.content.Intent#ACTION_SEARCH} intent.</p>
557 android.content.Intent#ACTION_SEARCH} intent with a call to {@link
564 searchable activity receives the {@link android.content.Intent#ACTION_SEARCH} intent with a call
566 android.content.Intent#ACTION_SEARCH} intent here. For example, here's how you might handle
[all …]
Dsearchable-config.jd287 android.content.Intent#ACTION_SEARCH} intent's primary
315 {@link android.content.Intent#ACTION_SEARCH ACTION_SEARCH} intent that is passed to your
324 {@link android.content.Intent#ACTION_SEARCH ACTION_SEARCH} intent that the system
Dadding-custom-suggestions.jd75 android.content.Intent#ACTION_SEARCH} action, you can instead define your custom suggestions to use
120 to your searchable activity using the normal {@link android.content.Intent#ACTION_SEARCH}
389 android.content.Intent#ACTION_SEARCH}, optional otherwise.</dd>
542 android.content.Intent#ACTION_SEARCH} intent, which your searchable activity already does.
548 if (Intent.ACTION_SEARCH.equals(intent.getAction())) {
/frameworks/base/services/tests/servicestests/src/com/android/server/search/
DSearchablesTest.java330 assertTrue(intent.getAction().equals(Intent.ACTION_SEARCH) in queryIntentActivities()
/frameworks/base/core/java/android/widget/
DSearchView.java1482 String action = Intent.ACTION_SEARCH; in launchQuerySearch()
1555 Intent queryIntent = new Intent(Intent.ACTION_SEARCH); in createVoiceAppSearchIntent()
1629 action = Intent.ACTION_SEARCH; in createIntentFromSuggestion()
/frameworks/base/services/core/java/com/android/server/search/
DSearchables.java214 final Intent intent = new Intent(Intent.ACTION_SEARCH); in buildSearchableList()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DSearchView.java1413 String action = Intent.ACTION_SEARCH; in launchQuerySearch()
1488 Intent queryIntent = new Intent(Intent.ACTION_SEARCH); in createVoiceAppSearchIntent()
1564 action = Intent.ACTION_SEARCH; in createIntentFromSuggestion()
/frameworks/base/core/java/android/app/
DSearchDialog.java535 String action = Intent.ACTION_SEARCH; in launchQuerySearch()
/frameworks/base/docs/html/training/tv/discovery/
Dsearchable.jd309 {@link android.content.Intent#ACTION_SEARCH} intent. The activity in your app which handles that
312 activity which handles the {@link android.content.Intent#ACTION_SEARCH} intent like this:
/frameworks/base/core/java/android/content/
DIntent.java1206 public static final String ACTION_SEARCH = "android.intent.action.SEARCH"; field in Intent
/frameworks/base/docs/html/guide/components/
Dintents-common.jd1962 Intent intent = new Intent(Intent.ACTION_SEARCH);
/frameworks/base/api/
Dcurrent.txt8180 field public static final java.lang.String ACTION_SEARCH = "android.intent.action.SEARCH";
Dsystem-current.txt8433 field public static final java.lang.String ACTION_SEARCH = "android.intent.action.SEARCH";