Searched refs:search (Results 1 - 14 of 14) sorted by path

/frameworks/base/core/java/android/provider/
H A DBrowser.java391 * Add a search string to the searches database.
394 * @param search The string to add to the searches database.
397 public static final void addSearchUrl(ContentResolver cr, String search) { argument
401 * Remove all searches from the search database.
492 * Column definitions for the search history table, available at {@link #SEARCHES_URI}.
503 * The user entered search term.
505 public static final String SEARCH = "search";
508 * The date the search was performed, in milliseconds since the epoch.
/frameworks/base/docs/html/training/
H A Dtraining_toc.cs1105 <a href="<?cs var:toroot ?>training/tv/discovery/in-app-search.html">
1334 <a href="<?cs var:toroot ?>training/search/index.html"
1336 "How to properly add a search interface to your app and create a searchable database."
1340 <li><a href="<?cs var:toroot ?>training/search/setup.html">
1344 <li><a href="<?cs var:toroot ?>training/search/search.html">
1348 <li><a href="<?cs var:toroot ?>training/search/backward-compat.html">
1360 content so that users can open this content directly from their mobile search
/frameworks/base/services/core/java/com/android/server/search/
H A DSearchManagerService.java17 package com.android.server.search;
56 * The search manager service handles the search UI, and maintains a registry of searchable
207 * @param launchActivity The activity from which we're launching this search.
208 * @return Returns a SearchableInfo record describing the parameters of the search,
220 * Returns a list of the searchable activities that can be included in global search.
231 * Gets the name of the global search activity.
238 * Gets the name of the web search activity.
H A DSearchables.java17 package com.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...]
/frameworks/base/services/java/com/android/server/
H A DSystemServer.java82 import com.android.server.search.SearchManagerService;
/frameworks/base/services/tests/servicestests/src/com/android/server/search/
H A DSearchablesTest.java17 package com.android.server.search;
33 import com.android.server.search.Searchables;
/frameworks/base/tools/apilint/
H A Dapilint.py281 if re.search("[A-Z]{2,}", clazz.name) is not None:
294 if re.search("[A-Z]{2,}", m.name) is not None:
737 if re.search("google", clazz.raw, re.IGNORECASE):
746 if re.search("google", t.raw, re.IGNORECASE):
/frameworks/base/tools/preload/
H A Dsorttable.js35 if (table.className.search(/\bsortable\b/) != -1) {
61 if (table.rows[i].className.search(/\bsortbottom\b/) != -1) {
94 if (this.className.search(/\bsorttable_sorted\b/) != -1) {
107 if (this.className.search(/\bsorttable_sorted_reverse\b/) != -1) {
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/native/opengl/libs/EGL/
H A DLoader.cpp290 // first, we search for the exact name of the GLES userspace
321 const String8& pattern, const char* const search, bool exact) {
338 absolutePath.appendFormat("%s/%s.so", search, pattern.string());
346 DIR* d = opendir(search);
361 result.appendFormat("%s/%s", search, e->d_name);
320 find(String8& result, const String8& pattern, const char* const search, bool exact) argument
/frameworks/native/opengl/libs/GLES_trace/tools/
H A Dgenapi.py296 m = re.search(self.API_ENTRY_REGEX, apientry)
305 m = re.search(self.API_ENTRY_REGEX, apientry)
313 m = re.search(self.CALL_GL_API_REGEX, callsite)
/frameworks/native/opengl/tools/glgen2/
H A Dglgen.py171 if re.search('_BIT($|\d*_)', name):
175 if not re.search('0x[0-9A-Fa-f]+', value):
/frameworks/support/v4/api21/android/support/v4/media/session/
H A DMediaSessionCompatApi21.java140 public void onPlayFromSearch(String search, Bundle extras); argument
182 public void onPlayFromSearch(String search, Bundle extras) { argument
183 mCallback.onPlayFromSearch(search, extras);
/frameworks/support/v4/java/android/support/v4/media/session/
H A DMediaSessionCompat.java519 * Override to handle requests to begin playback from a search query. An
627 public void onPlayFromSearch(String search, Bundle extras) { argument
628 Callback.this.onPlayFromSearch(search, extras);

Completed in 470 milliseconds