Searched refs:ACTION_SEARCH (Results 1 – 12 of 12) sorted by relevance
82 cursor.newRow().add(id).add(string).add(Intent.ACTION_SEARCH).add(string); in addRow()
330 assertTrue(intent.getAction().equals(Intent.ACTION_SEARCH) in queryIntentActivities()
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())) {
218 android.content.Intent} with the {@link android.content.Intent#ACTION_SEARCH} action. Your235 <li>Declare the activity to accept the {@link android.content.Intent#ACTION_SEARCH} intent, in an270 because the system delivers the {@link android.content.Intent#ACTION_SEARCH} intent explicitly to295 searchable activity and sends it a {@link android.content.Intent#ACTION_SEARCH} intent. This intent309 if (Intent.ACTION_SEARCH.equals(intent.getAction())) {317 the {@link android.content.Intent#ACTION_SEARCH} intent. In this example, the query is475 the {@link android.content.Intent#ACTION_SEARCH} intent.</p>569 android.content.Intent#ACTION_SEARCH} intent with a call to {@link575 searchable activity receives the {@link android.content.Intent#ACTION_SEARCH} intent with a call577 android.content.Intent#ACTION_SEARCH} intent here. For example, here's how you might handle[all …]
288 android.content.Intent#ACTION_SEARCH} intent's primary316 {@link android.content.Intent#ACTION_SEARCH ACTION_SEARCH} intent that is passed to your325 {@link android.content.Intent#ACTION_SEARCH ACTION_SEARCH} intent that the system
76 android.content.Intent#ACTION_SEARCH} action, you can instead define your custom suggestions to use121 to your searchable activity using the normal {@link android.content.Intent#ACTION_SEARCH}390 android.content.Intent#ACTION_SEARCH}, optional otherwise.</dd>543 android.content.Intent#ACTION_SEARCH} intent, which your searchable activity already does.549 if (Intent.ACTION_SEARCH.equals(intent.getAction())) {
202 final Intent intent = new Intent(Intent.ACTION_SEARCH); in buildSearchableList()
1339 String action = Intent.ACTION_SEARCH; in launchQuerySearch()1412 Intent queryIntent = new Intent(Intent.ACTION_SEARCH); in createVoiceAppSearchIntent()1483 action = Intent.ACTION_SEARCH; in createIntentFromSuggestion()
538 String action = Intent.ACTION_SEARCH; in launchQuerySearch()
1056 public static final String ACTION_SEARCH = "android.intent.action.SEARCH"; field in Intent
5474 field public static final java.lang.String ACTION_SEARCH = "android.intent.action.SEARCH";