Searched defs:search (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/provider/
H A DApplications.java49 * The content path for application search.
51 public static final String SEARCH_PATH = "search";
73 * Gets a cursor with application search results.
76 public static Cursor search(ContentResolver resolver, String query) { method in class:Applications
120 * {@link Applications#search(ContentResolver, String)}.
H A DBrowser.java529 * Add a search string to the searches database.
533 * @param search The string to add to the searches database.
535 public static final void addSearchUrl(ContentResolver cr, String search) { argument
538 values.put(Searches.SEARCH, search);
544 * Remove all searches from the search database.
639 * Column definitions for the search history table, available at {@link #SEARCHES_URI}.
649 * The user entered search term.
651 public static final String SEARCH = "search";
654 * The date the search was performed, in milliseconds since the epoch.
/frameworks/base/core/java/android/server/search/
H A DSearchManagerService.java17 package android.server.search;
53 * The search manager service handles the search UI, and maintains a registry of searchable
203 * @param launchActivity The activity from which we're launching this search.
204 * @return Returns a SearchableInfo record describing the parameters of the search,
216 * Returns a list of the searchable activities that can be included in global search.
227 * Gets the name of the global search activity.
234 * Gets the name of the web search activity.
H A DSearchables.java17 package android.server.search;
64 // Contains all installed activities that handle the global search
96 * <li>The activity itself implements search. This is indicated by the
98 * The value is a reference to an XML file containing search information.</li>
99 * <li>A related activity implements search. This is indicated by the
101 * The value is a string naming the activity implementing search. In this
104 * code will insert the "default" (e.g. contacts) search.
189 * refill as the user clicks "search".
252 // Find the global search activity
256 // Find the web search activit
[all...]

Completed in 194 milliseconds