/packages/apps/Exchange/tests/src/com/android/exchange/provider/ |
MockProviderTests.java | 117 Cursor c = mMockResolver.query(MockProvider.uri(uri), PONY_PROJECTION, null, null, null); 146 c = mMockResolver.query(MockProvider.uri(uri), PONY_PROJECTION, null, null, null); 158 Cursor c = mMockResolver.query(MockProvider.uri(uri), PONY_PROJECTION, null, null, null); 165 c = mMockResolver.query(MockProvider.uri(uri), PONY_PROJECTION, null, null, null);
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
LocalAlbum.java | 96 Cursor cursor = mResolver.query( 101 Log.w(TAG, "query fail: " + uri); 143 // prepare the query parameters 159 Cursor cursor = resolver.query(baseUri, projection, "_id BETWEEN ? AND ?", 163 Log.w(TAG, "query fail" + baseUri); 198 return resolver.query(uri, projection, "_id=?", 205 Cursor cursor = mResolver.query( 209 Log.w(TAG, "query fail");
|
/packages/apps/HTMLViewer/src/com/android/htmlviewer/ |
FileContentProvider.java | 81 public Cursor query(Uri uri, String[] projection, String selection, method in class:FileContentProvider
|
/packages/apps/Mms/src/com/android/mms/util/ |
AddressUtils.java | 46 Cursor cursor = SqliteWrapper.query(context, context.getContentResolver(),
|
Recycler.java | 184 Cursor cursor = SqliteWrapper.query(context, resolver, 198 cursor = SqliteWrapper.query(context, resolver, 259 Cursor msgs = SqliteWrapper.query(context, resolver, 324 Cursor cursor = SqliteWrapper.query(context, resolver, 344 cursor = SqliteWrapper.query(context, resolver, 391 cursor = SqliteWrapper.query(context, resolver, 453 Cursor msgs = SqliteWrapper.query(context, resolver,
|
/packages/apps/QuickSearchBox/tests/slow/src/com/android/quicksearchbox/tests/slow/ |
SlowSuggestionProvider.java | 46 public Cursor query(Uri uri, String[] projectionIn, String selection, method in class:SlowSuggestionProvider 48 Log.d(TAG, "query(" + uri + ")");
|
/packages/apps/QuickSearchBox/tests/spammy/src/com/android/quicksearchbox/tests/spammy/ |
SpammySuggestionProvider.java | 46 public Cursor query(Uri uri, String[] projectionIn, String selection, method in class:SpammySuggestionProvider 48 Log.d(TAG, "query(" + uri + ")");
|
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/tests/ |
CrashingIconProvider.java | 66 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, method in class:CrashingIconProvider 68 if (DBG) Log.d(TAG, "query(" + uri + ")");
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
VoicemailTable.java | 40 public Cursor query(UriData uriData, String[] projection, String selection, method in interface:VoicemailTable.Delegate
|
/cts/tests/appsecurity-tests/test-apps/UsePermissionDiffCert/src/com/android/cts/usespermissiondiffcertapp/ |
AccessPermissionWithDiffSigTest.java | 49 getContext().getContentResolver().query(uri, null, null, null, null); 356 getContext().getContentResolver().query(subUri, null, null, null, null); 384 getContext().getContentResolver().query(sub2Uri, null, null, null, null); 387 getContext().getContentResolver().query(subUri, null, null, null, null); 562 getContext().getContentResolver().query(subUri, null, null, null, null); 591 getContext().getContentResolver().query(sub2Uri, null, null, null, null); 594 getContext().getContentResolver().query(subUri, null, null, null, null);
|
/cts/tests/tests/database/src/android/database/cts/ |
DatabaseUtils_InsertHelperTest.java | 180 Cursor cursor = mDatabase.query(TEST_TABLE_NAME, projection, null, null, null, null, null); 205 cursor = mDatabase.query(TEST_TABLE_NAME, projection, null, null, null, null, null); 237 cursor = mDatabase.query(TEST_TABLE_NAME, projection, "_id = " + id, 340 Cursor cursor = mDatabase.query(TEST_TABLE_NAME, projection, null, null, null, null, null); 359 cursor = mDatabase.query(TEST_TABLE_NAME, projection, null, null, null, null, null); 378 cursor = mDatabase.query(TEST_TABLE_NAME, projection, null, null, null, null, null); 405 cursor = mDatabase.query(TEST_TABLE_NAME, projection, null, null, null, null, null);
|
DatabaseCursorTest.java | 129 Cursor testCursor = mDatabase.query("test", null, null, null, null, null, null); 164 Cursor testCursor = getTestCursor(mDatabase.query("test", null, null, null, null, null, 230 Cursor testCursor = getTestCursor(mDatabase.query("test", null, "_id > 1000", null, null, 272 Cursor testCursor = getTestCursor(mDatabase.query("test", null, null, null, null, null, 330 Cursor testCursor = getTestCursor(mDatabase.query("test", new String[] { "data" }, 365 Cursor testCursor = getTestCursor(mDatabase.query("test", new String[] { "data" }, null, 401 Cursor testCursor = getTestCursor(mDatabase.query("test", new String[] { "txt", "data" }, 469 * Test the ability of a subclass of SQLiteCursor to change its query arguments. 475 String editTable, SQLiteQuery query) { 476 return new SQLiteCursor(db, masterQuery, editTable, query) { [all...] |
/external/chromium/chrome/browser/download/ |
download_item.cc | 532 bool DownloadItem::MatchesQuery(const string16& query) const { 533 if (query.empty()) 536 DCHECK_EQ(query, l10n_util::ToLower(query)); 539 if (url_raw.find(query) != string16::npos) 550 if (url_formatted.find(query) != string16::npos) 555 // due to normalization and we have a fancier search-query system 558 if (path.find(query) != string16::npos)
|
/external/chromium/googleurl/src/ |
gurl_unittest.cc | 85 EXPECT_EQ("q=a", url.query()); 101 EXPECT_EQ("", url.query()); 119 EXPECT_EQ("q=a", url2.query()); 134 EXPECT_EQ("", invalid2.query()); 151 EXPECT_EQ("", url.query()); 240 const char* query; member in struct:ReplaceCase 262 SetupReplacement(&GURL::Replacements::SetQuery, &repl, cur.query); 279 {"http://www.google.com/foo/bar.html?query#ref", "/foo/bar.html?query"},
|
url_canon.h | 208 // Converts query strings into a custom encoding. The embedder can supply an 220 // converter supports. This is used only for the query encoding conversion, 465 // Query: Prepends the ? if needed. 478 const url_parse::Component& query, 483 const url_parse::Component& query, 554 // Use for mailto URLs. This "canonicalizes" the url into a path and query 556 // the query encoding if there is a query. This is because a mailto URL is 558 // etc. which would influence a query encoding normally are irrelevant. 597 query(NULL) 620 const CHAR* query; member in struct:url_canon::URLComponentSource [all...] |
/external/webkit/Tools/Scripts/webkitpy/tool/commands/ |
rebaselineserver.py | 91 self.query = urlparse.parse_qs(query_string) 94 self.query = {} 119 test = self.query['test'][0] 120 baseline_target = self.query['baseline-target'][0] 121 baseline_move_to = self.query['baseline-move-to'][0] 159 test_name, _ = os.path.splitext(self.query['test'][0]) 160 mode = self.query['mode'][0]
|
/frameworks/base/core/java/android/provider/ |
Browser.java | 238 return cr.query(Bookmarks.CONTENT_URI, 253 return cr.query(Combined.CONTENT_URI, 297 return cr.query(History.CONTENT_URI, new String[] { History._ID, History.VISITS }, 368 c = cr.query(History.CONTENT_URI, projection, History.VISITS + " > 0", null, null); 402 cursor = cr.query(History.CONTENT_URI, 433 cursor = cr.query(History.CONTENT_URI, 469 cursor = cr.query(History.CONTENT_URI, new String[] { History.URL }, whereClause, 550 // (i.e. remove google.com/query= blah blah blah) 564 * @param where Clause to be used to limit the query from the database. 565 * Must be an allowable string to be passed into a database query [all...] |
/external/chromium/chrome/browser/search_engines/ |
template_url_parser.cc | 384 std::string* query) { 385 if (!query->empty()) 386 query->append("&"); 388 query->append(key); 389 query->append("="); 391 query->append(value); 412 url_parse::Component query = url.parsed_for_possibly_invalid_spec().query; local 415 while (url_parse::ExtractQueryKeyValue(url_spec, &query, &key, &value)) { 426 new_query = url.query(); [all...] |
/external/webkit/LayoutTests/fast/url/script-tests/ |
relative.js | 35 ["http://host/a/", "bc/de?query#ref", "http://host/a/bc/de?query#ref"], 41 ["http://host/a?query#ref", "../../../foo", "http://host/foo"], 42 // Query input 71 ["http://host/a", "//another/path?query#ref", "http://another/path?query#ref"],
|
/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/ |
DownloadManagerBaseTest.java | 20 import android.app.DownloadManager.Query; 153 Cursor cursor = dm.query(new Query().setFilterById(id)); 492 * @param id The download id to query on (wait for) 496 doWaitForDownloadsOrTimeout(new Query().setFilterById(id), 505 * @param id The download id to query on (wait for) 517 * @param id The download id to query on (wait for) 523 doWaitForDownloadsOrTimeout(new Query().setFilterById(id), poll, timeoutMillis); 537 doWaitForDownloadsOrTimeout(new Query(), poll, timeoutMillis); 545 * @param id The id of the download to query agains 793 Query query = new Query(); local [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
BluetoothPbapVcardManager.java | 135 contactCursor = mResolver.query(myUri, null, CLAUSE_ONLY_VISIBLE, null, null); 153 callCursor = mResolver.query(myUri, null, selection, null, 178 callCursor = mResolver.query(myUri, projection, selection, null, 213 contactCursor = mResolver.query(myUri, CONTACTS_PROJECTION, CLAUSE_ONLY_VISIBLE, 217 contactCursor = mResolver.query(myUri, CONTACTS_PROJECTION, CLAUSE_ONLY_VISIBLE, 252 contactCursor = mResolver.query(uri, CONTACTS_PROJECTION, CLAUSE_ONLY_VISIBLE, 294 callsCursor = mResolver.query(myUri, CALLLOG_PROJECTION, typeSelection, null, 299 if (V) Log.v(TAG, "Call Log query startPointId = " + startPointId); 306 if (V) Log.v(TAG, "Call log query endPointId = " + endPointId); 318 // The query to call table is by "_id DESC" order, so chang [all...] |
/external/chromium/chrome/browser/ui/webui/ |
history2_ui.cc | 157 // Set our query options. 164 // Need to remember the query string for our results. 181 string16 query; local 182 ExtractSearchHistoryArguments(args, &month, &query); 184 // Set the query ranges for the given month. 190 // Need to remember the query string for our results. 191 search_text_ = query; 306 string16* query) { 315 string_value->GetAsString(query);
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/fx/ |
bg.js | 6 // Map of hostname suffixes or URLs without query params to sounds. 23 // Map of query parameter words to sounds. 282 var query = match[2]; 283 var parts = query.split("&"); 288 console.log("query == " + q); 323 // Now try a direct URL match (without query string). 325 var query = url.indexOf("?"); 326 if (query > 0) { 327 url = tab.url.substring(0, query);
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
UserBigramDictionary.java | 215 Cursor cursor = query(MAIN_COLUMN_LOCALE + "=?", new String[] { mLocale }); 239 * Query the database 241 private Cursor query(String selection, String[] selectionArgs) { method in class:UserBigramDictionary 251 // Get the database and run the query 253 Cursor c = qb.query(db, 315 Cursor c = db.query(FREQ_TABLE_NAME, new String[] { FREQ_COLUMN_PAIR_ID }, 355 Cursor c = db.query(MAIN_TABLE_NAME, new String[] { MAIN_COLUMN_ID },
|
/frameworks/base/media/java/android/mtp/ |
MtpDatabase.java | 156 c = db.query("properties", new String[] { "_id", "code", "value" }, 184 c = mMediaProvider.query(mObjectsUri, ID_PROJECTION, PATH_WHERE, 258 // query all stores 260 // query all formats 262 // query all objects 263 return mMediaProvider.query(mObjectsUri, ID_PROJECTION, null, null, null); 269 return mMediaProvider.query(mObjectsUri, ID_PROJECTION, PARENT_WHERE, 272 // query specific format 274 // query all objects 275 return mMediaProvider.query(mObjectsUri, ID_PROJECTION, FORMAT_WHERE [all...] |