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

/frameworks/base/core/java/android/server/search/
H A DSearchManagerService.java17 package android.server.search;
35 * The search manager service handles the search UI, and maintains a registry of searchable
110 * @param launchActivity The activity from which we're launching this search.
111 * @return Returns a SearchableInfo record describing the parameters of the search,
123 * Returns a list of the searchable activities that can be included in global search.
130 * Gets the name of the global search activity.
137 * Gets the name of the web search activity.
H A DSearchables.java17 package android.server.search;
75 * <li>The activity itself implements search. This is indicated by the
77 * The value is a reference to an XML file containing search information.</li>
78 * <li>A related activity implements search. This is indicated by the
80 * The value is a string naming the activity implementing search. In this
83 * code will insert the "default" (e.g. contacts) search.
168 * refill as the user clicks "search".
227 // Find the global search activity
230 // Find the web search activity
244 * Finds the global search activit
[all...]
/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.java113 private static final String SEARCHES_WHERE_CLAUSE = "search = ?";
530 * Add a search string to the searches database.
534 * @param search The string to add to the searches database.
536 public static final void addSearchUrl(ContentResolver cr, String search) { argument
544 new String [] { search },
547 map.put(SearchColumns.SEARCH, search);
562 * Remove all searches from the search database.
617 public static final String SEARCH = "search";
/frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
H A Dualgo.h393 /// Performs a binary search inside the sorted range.
504 inline ForwardIterator1 search (ForwardIterator1 first1, ForwardIterator1 last1, ForwardIterator2 first2, ForwardIterator2 last2) function in namespace:ustl
507 return (search (first1, last1, first2, last2, equal_to<value_type>()));
H A Dupredalgo.h228 /// Performs a binary search inside the sorted range.
289 ForwardIterator1 search (ForwardIterator1 first1, ForwardIterator1 last1, ForwardIterator2 first2, ForwardIterator2 last2, BinaryPredicate comp) function in namespace:ustl

Completed in 129 milliseconds