Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/app/
DSuggestionProvider.java82 cursor.newRow().add(id).add(string).add(Intent.ACTION_SEARCH).add(string); in addRow()
DSearchablesTest.java330 assertTrue(intent.getAction().equals(Intent.ACTION_SEARCH) in queryIntentActivities()
/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.jd218 android.content.Intent} with the {@link android.content.Intent#ACTION_SEARCH} action. Your
235 <li>Declare the activity to accept the {@link android.content.Intent#ACTION_SEARCH} intent, in an
270 because the system delivers the {@link android.content.Intent#ACTION_SEARCH} intent explicitly to
295 searchable activity and sends it a {@link android.content.Intent#ACTION_SEARCH} intent. This intent
309 if (Intent.ACTION_SEARCH.equals(intent.getAction())) {
317 the {@link android.content.Intent#ACTION_SEARCH} intent. In this example, the query is
475 the {@link android.content.Intent#ACTION_SEARCH} intent.</p>
569 android.content.Intent#ACTION_SEARCH} intent with a call to {@link
575 searchable activity receives the {@link android.content.Intent#ACTION_SEARCH} intent with a call
577 android.content.Intent#ACTION_SEARCH} intent here. For example, here's how you might handle
[all …]
Dsearchable-config.jd288 android.content.Intent#ACTION_SEARCH} intent's primary
316 {@link android.content.Intent#ACTION_SEARCH ACTION_SEARCH} intent that is passed to your
325 {@link android.content.Intent#ACTION_SEARCH ACTION_SEARCH} intent that the system
Dadding-custom-suggestions.jd76 android.content.Intent#ACTION_SEARCH} action, you can instead define your custom suggestions to use
121 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())) {
/frameworks/base/core/java/android/server/search/
DSearchables.java202 final Intent intent = new Intent(Intent.ACTION_SEARCH); in buildSearchableList()
/frameworks/base/core/java/android/widget/
DSearchView.java1339 String action = Intent.ACTION_SEARCH; in launchQuerySearch()
1412 Intent queryIntent = new Intent(Intent.ACTION_SEARCH); in createVoiceAppSearchIntent()
1483 action = Intent.ACTION_SEARCH; in createIntentFromSuggestion()
/frameworks/base/core/java/android/app/
DSearchDialog.java538 String action = Intent.ACTION_SEARCH; in launchQuerySearch()
/frameworks/base/core/java/android/content/
DIntent.java1056 public static final String ACTION_SEARCH = "android.intent.action.SEARCH"; field in Intent
/frameworks/base/api/
Dcurrent.txt5474 field public static final java.lang.String ACTION_SEARCH = "android.intent.action.SEARCH";
D14.txt5474 field public static final java.lang.String ACTION_SEARCH = "android.intent.action.SEARCH";