Searched defs:searchable (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/app/
H A DSearchManager.java126 * with the keycode attribute in the actionkey element of your searchable.xml configuration
366 * Components should handle this intent if they cache any searchable data and wish to stay
687 * Gets information about a searchable activity.
689 * @param componentName The activity to get searchable information for.
691 * exist, or is not searchable.
705 * @param searchable Information about how to get the suggestions.
711 public Cursor getSuggestions(SearchableInfo searchable, String query) { argument
712 return getSuggestions(searchable, query, -1);
718 * @param searchable Information about how to get the suggestions.
726 public Cursor getSuggestions(SearchableInfo searchable, Strin argument
[all...]
H A DSuggestionsAdapter.java97 SearchableInfo searchable,
105 mSearchable = searchable;
96 SuggestionsAdapter(Context context, SearchDialog searchDialog, SearchableInfo searchable, WeakHashMap<String, Drawable.ConstantState> outsideDrawablesCache) argument
H A DSearchDialog.java105 // interaction with searchable application
254 // set up the searchable and show the dialog
283 // Try to get the searchable info for the provided component.
671 // if it's an action specified by the searchable activity, launch the
806 SearchableInfo searchable = mSearchable;
808 if (searchable.getVoiceSearchLaunchWebSearch()) {
810 searchable);
812 } else if (searchable.getVoiceSearchLaunchRecognizer()) {
814 searchable);
829 private Intent createVoiceWebSearchIntent(Intent baseIntent, SearchableInfo searchable) { argument
844 createVoiceAppSearchIntent(Intent baseIntent, SearchableInfo searchable) argument
[all...]

Completed in 14 milliseconds