Searched refs:ACTION_SEARCH (Results 1 – 17 of 17) sorted by relevance
139 {@link android.content.Intent#ACTION_SEARCH} intent when a user submits a query. You now need an145 android.content.Intent#ACTION_SEARCH} when a user submits a search query. A searchable activity146 filters for the {@link android.content.Intent#ACTION_SEARCH} intent and searches for the query in148 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 by164 android.content.Intent#ACTION_SEARCH} intent in the {@link android.app.Activity#onNewIntent186 if (Intent.ACTION_SEARCH.equals(intent.getAction())) {196 start your searchable activity with the {@link android.content.Intent#ACTION_SEARCH} intent. It
202 android.content.Intent#ACTION_SEARCH} intent as an extra, because of the intent filter that you211 if (Intent.ACTION_SEARCH.equals(intent.getAction())) {
82 cursor.newRow().add(id).add(string).add(Intent.ACTION_SEARCH).add(string); in addRow()
53 android.content.Intent#ACTION_SEARCH} intent with the suggestion as the search query, which your90 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 using198 if (Intent.ACTION_SEARCH.equals(intent.getAction())) {
205 android.content.Intent} with the {@link android.content.Intent#ACTION_SEARCH} action. Your222 <li>Declare the activity to accept the {@link android.content.Intent#ACTION_SEARCH} intent, in an257 because the system delivers the {@link android.content.Intent#ACTION_SEARCH} intent explicitly to282 searchable activity and sends it a {@link android.content.Intent#ACTION_SEARCH} intent. This intent296 if (Intent.ACTION_SEARCH.equals(intent.getAction())) {304 the {@link android.content.Intent#ACTION_SEARCH} intent. In this example, the query is461 the {@link android.content.Intent#ACTION_SEARCH} intent.</p>557 android.content.Intent#ACTION_SEARCH} intent with a call to {@link564 searchable activity receives the {@link android.content.Intent#ACTION_SEARCH} intent with a call566 android.content.Intent#ACTION_SEARCH} intent here. For example, here's how you might handle[all …]
287 android.content.Intent#ACTION_SEARCH} intent's primary315 {@link android.content.Intent#ACTION_SEARCH ACTION_SEARCH} intent that is passed to your324 {@link android.content.Intent#ACTION_SEARCH ACTION_SEARCH} intent that the system
75 android.content.Intent#ACTION_SEARCH} action, you can instead define your custom suggestions to use120 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())) {
330 assertTrue(intent.getAction().equals(Intent.ACTION_SEARCH) in queryIntentActivities()
1482 String action = Intent.ACTION_SEARCH; in launchQuerySearch()1555 Intent queryIntent = new Intent(Intent.ACTION_SEARCH); in createVoiceAppSearchIntent()1629 action = Intent.ACTION_SEARCH; in createIntentFromSuggestion()
214 final Intent intent = new Intent(Intent.ACTION_SEARCH); in buildSearchableList()
1413 String action = Intent.ACTION_SEARCH; in launchQuerySearch()1488 Intent queryIntent = new Intent(Intent.ACTION_SEARCH); in createVoiceAppSearchIntent()1564 action = Intent.ACTION_SEARCH; in createIntentFromSuggestion()
535 String action = Intent.ACTION_SEARCH; in launchQuerySearch()
309 {@link android.content.Intent#ACTION_SEARCH} intent. The activity in your app which handles that312 activity which handles the {@link android.content.Intent#ACTION_SEARCH} intent like this:
1206 public static final String ACTION_SEARCH = "android.intent.action.SEARCH"; field in Intent
1962 Intent intent = new Intent(Intent.ACTION_SEARCH);
8180 field public static final java.lang.String ACTION_SEARCH = "android.intent.action.SEARCH";
8433 field public static final java.lang.String ACTION_SEARCH = "android.intent.action.SEARCH";