HomeSort by relevance Sort by last modified time
    Searched refs:query (Results 1201 - 1225 of 1949) sorted by null

<<41424344454647484950>>

  /packages/apps/Email/src/com/android/email/service/
Pop3Service.java 242 localUidCursor = resolver.query(
274 Cursor updates = resolver.query(
389 Cursor c = resolver.query(Attachment.CONTENT_URI, Attachment.CONTENT_PROJECTION,
  /packages/apps/UnifiedEmail/src/com/android/mail/widget/
BaseWidgetProvider.java 245 mContext.getContentResolver().query(folderUri,
277 accountCursor = resolver.query(Uri.parse(accountUri),
372 context.getContentResolver().query(folderUri,
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
BinaryDictionary.java 206 private static native String getPropertyNative(long dict, String query);
599 public String getPropertyForTest(final String query) {
601 return getPropertyNative(mNativeDict, query);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
CallLogProvider.java 162 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, method in class:CallLogProvider
209 final Cursor c = qb.query(db, projection, selectionBuilder.build(), selectionArgs, null,
218 * Gets an integer query parameter from a given uri.
220 * @param uri The uri to extract the query parameter from.
221 * @param key The query parameter key.
222 * @param defaultValue A default value to return if the query parameter does not exist.
223 * @return The value from the query parameter in the Uri. Or the default value if the parameter
225 * @throws IllegalArgumentException when the value in the query parameter is not an integer.
425 final Cursor cursor = getContext().getContentResolver().query(
ContactDirectoryManager.java 136 Cursor cursor = db.query(Tables.DIRECTORIES,
244 // Prepare query strings for removing stale rows which don't correspond to existing
418 cursor = mContext.getContentResolver().query(
509 Cursor cursor = db.query(Tables.DIRECTORIES, new String[] { Directory._ID },
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
SmsProvider.java 94 public Cursor query(Uri url, String[] projectionIn, String selection, method in class:SmsProvider
98 // Generate the body of the query.
153 Log.d(TAG, "query conversations: threadID=" + threadID);
227 Cursor ret = qb.query(db, projectionIn, selection, selectionArgs,
475 // the insert below, but we'd have to query to find the old _id
490 cursor = getContext().getContentResolver().query(
500 Log.e(TAG, "insert: query contact uri " + uri + " caught ", ex);
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.metadata.repository_1.2.100.v20130327-2119.jar 
org.eclipse.equinox.p2.publisher_1.3.0.v20140129-1405.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.metadata.repository_1.2.100.v20130327-2119.jar 
org.eclipse.equinox.p2.publisher_1.3.0.v20130509-0110.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/common/
utilities.js 1082 * @param {string} query
1087 function createSearchRegex(query, caseSensitive, isRegex)
1094 regexObject = new RegExp(query, regexFlags);
1101 regexObject = createPlainTextSearchRegex(query, regexFlags);
1107 * @param {string} query
1111 function createPlainTextSearchRegex(query, flags)
1116 for (var i = 0; i < query.length; ++i) {
1117 var c = query.charAt(i);
    [all...]
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DirectoryFragment.java 127 private static final String EXTRA_QUERY = "query";
136 public static void showSearch(FragmentManager fm, RootInfo root, String query, int anim) {
137 show(fm, TYPE_SEARCH, root, null, query, anim);
145 String query, int anim) {
150 args.putString(EXTRA_QUERY, query);
264 final String query = getArguments().getString(EXTRA_QUERY);
278 root.authority, root.rootId, query);
    [all...]
  /cts/tests/tests/tv/src/android/media/tv/cts/
TvViewTest.java 197 try (Cursor cursor = mActivity.getContentResolver().query(
350 try (Cursor cursor = mActivity.getContentResolver().query(
  /development/samples/ApiDemos/src/com/example/android/apis/app/
LoaderThrottle.java 211 public Cursor query(Uri uri, String[] projection, String selection, method in class:LoaderThrottle.SimpleProvider
214 // Constructs a new query builder and sets its table name
243 Cursor c = qb.query(db, projection, selection, selectionArgs,
  /development/samples/ApiDemos/src/com/example/android/apis/view/
SystemUIModes.java 314 public boolean onQueryTextSubmit(String query) {
315 Toast.makeText(this, "Searching for: " + query + "...", Toast.LENGTH_SHORT).show();
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
LoaderThrottleSupport.java 212 public Cursor query(Uri uri, String[] projection, String selection, method in class:LoaderThrottleSupport.SimpleProvider
215 // Constructs a new query builder and sets its table name
244 Cursor c = qb.query(db, projection, selection, selectionArgs,
  /development/samples/wearable/AgendaData/Application/src/main/java/com/example/android/wearable/agendadata/
CalendarQueryService.java 108 // Query calendar events in the next 24 hours.
140 Cursor cursor = contentResolver.query(builder.build(), INSTANCE_PROJECTION,
163 Cursor contactCursor = contentResolver.query(Data.CONTENT_URI,
  /external/chromium_org/chrome/browser/autocomplete/
autocomplete_input.cc 122 case metrics::OmniboxInputType::QUERY: return "query";
123 case metrics::OmniboxInputType::FORCED_QUERY: return "forced-query";
141 // as a query.
158 // So we just return QUERY immediately in these cases.
165 return metrics::OmniboxInputType::QUERY;
210 return metrics::OmniboxInputType::QUERY;
239 &http_parts.query,
267 // between an HTTP URL and a query, or the scheme is HTTP or HTTPS, in which
275 return metrics::OmniboxInputType::QUERY;
    [all...]
  /external/chromium_org/chrome/browser/extensions/
extension_web_ui.cc 134 if (!source_url.query().empty())
135 override += "?" + source_url.query();
  /external/chromium_org/chrome/browser/history/
history_querying_unittest.cc 36 // service should sort them by visit time when returning query results.
125 // the title of both entries so that they match a text query.
228 // Next query a time range. The beginning should be inclusive, the ending
244 // Query all time but with a limit on the number of entries. We should
324 // Query all of them to make sure they are there and in order. Note that
325 // this query will return the starred item twice since we requested all
333 // Do a query that should only match one of them.
338 // Next query a time range. The beginning should be inclusive, the ending
354 // Query with a prefix search. Should return matches for "PAGETWO" and
369 // Query all time but with a limit on the number of entries. We shoul
397 std::string query; member in struct:history::QueryEntry
    [all...]
  /external/chromium_org/chrome/browser/ui/find_bar/
find_bar_host_browsertest.cc 314 // updates the renderer. So we make a query as well, and by the time it comes
318 base::string16 query(data_dir.LossyDisplayName());
320 ui_test_utils::FindInPage(web_contents, query,
414 std::string query; local
415 base::ReadFileToString(path, &query);
416 std::wstring search_string = base::UTF8ToWide(query);
483 std::string query; local
484 base::ReadFileToString(path, &query);
485 std::wstring search_string = base::UTF8ToWide(query);
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_links/
popup.js 111 chrome.tabs.query({active: true, windowId: currentWindow.id},
  /external/chromium_org/chrome/test/chromedriver/
run_buildbot_steps.py 314 query = ('https://code.google.com/p/chromedriver/issues/csv?'
316 issues = StringIO.StringIO(_GetWebPageContent(query).split('\n', 1)[1])
  /external/chromium_org/components/autofill/core/browser/webdata/
autofill_table.cc 594 // Query for the name, value, count, and access dates of all form elements
699 // Query for the name and value of all form elements that were last used
1564 std::string query = "DELETE FROM autofill_dates WHERE pair_id IN (" local
    [all...]
  /external/chromium_org/components/test/data/web_database/
version_29.sql 11 INSERT INTO "keywords" VALUES(4,'Bing','bing.com','http://www.bing.com/s/wlflag.ico','http://www.bing.com/search?setmkt=en-US&q={searchTerms}',1,1,'',0,0,'UTF-8','http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}',3,0,6239,0,'');

Completed in 1558 milliseconds

<<41424344454647484950>>