Searched refs:ACTION_SEARCH (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/app/
H A DSuggestionProvider.java82 cursor.newRow().add(id).add(string).add(Intent.ACTION_SEARCH).add(string);
/frameworks/base/services/tests/servicestests/src/com/android/server/search/
H A DSearchablesTest.java330 assertTrue(intent.getAction().equals(Intent.ACTION_SEARCH)
/frameworks/base/services/core/java/com/android/server/search/
H A DSearchables.java186 * ACTION_SEARCH & ACTION_WEB_SEARCH intents.
194 * TODO: every activity that provides a ACTION_SEARCH intent should
212 // Use intent resolver to generate list of ACTION_SEARCH & ACTION_WEB_SEARCH receivers.
214 final Intent intent = new Intent(Intent.ACTION_SEARCH);
/frameworks/base/core/java/android/widget/
H A DSearchView.java1482 String action = Intent.ACTION_SEARCH;
1555 Intent queryIntent = new Intent(Intent.ACTION_SEARCH);
1629 action = Intent.ACTION_SEARCH;
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DSearchView.java1413 String action = Intent.ACTION_SEARCH;
1488 Intent queryIntent = new Intent(Intent.ACTION_SEARCH);
1564 action = Intent.ACTION_SEARCH;
/frameworks/base/core/java/android/app/
H A DSearchDialog.java535 String action = Intent.ACTION_SEARCH;
/frameworks/base/core/java/android/content/
H A DIntent.java520 * <li> {@link #ACTION_SEARCH}
1206 public static final String ACTION_SEARCH = "android.intent.action.SEARCH"; field in class:Intent

Completed in 305 milliseconds