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

<<31323334353637383940>>

  /packages/apps/Browser/src/com/android/browser/
AutoFillProfileDatabase.java 112 return getDatabase(false).query(PROFILES_TABLE_NAME, cols, Profiles._ID + "=?", selectArgs,
  /packages/apps/Browser/src/com/android/browser/homepages/
HomeProvider.java 64 public Cursor query(Uri uri, String[] projection, String selection, method in class:HomeProvider
  /packages/apps/Contacts/src/com/android/contacts/interactions/
SmsInteractionsLoader.java 35 * numbers using fuzzy matching. The next step is to run another query against these threadIds
78 // Query the SMS database for the threads
108 return getContext().getContentResolver().query(
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/
QueryService.java 27 * A service that executes a query specified by an intent and dump the result on logcat. Use the
67 Cursor c = getContentResolver().query(uri, parseProjection(projection), selection, null,
97 Log.e(TAG, "Exeption while executing query", e);
  /packages/apps/Launcher3/src/com/android/launcher3/
AppWidgetsRestoredReceiver.java 65 Cursor cursor = cr.query(Favorites.CONTENT_URI,
UninstallShortcutReceiver.java 95 Cursor c = cr.query(LauncherSettings.Favorites.CONTENT_URI,
  /packages/apps/Mms/src/com/android/mms/transaction/
MessageStatusService.java 76 Cursor cursor = SqliteWrapper.query(context, context.getContentResolver(),
  /packages/apps/Mms/src/com/android/mms/util/
RateController.java 105 Cursor c = SqliteWrapper.query(mContext, mContext.getContentResolver(),
  /packages/apps/Music/src/com/android/music/
VideoBrowserActivity.java 103 mCursor = resolver.query(MediaStore.Video.Media.EXTERNAL_CONTENT_URI,
  /packages/apps/PhoneCommon/src/com/android/phone/common/util/
SettingsUtil.java 102 Cursor cursor = context.getContentResolver().query(ringtoneUri,
  /packages/apps/QuickSearchBox/tests/partial/src/com/android/quicksearchbox/tests/partial/
PartialSuggestionProvider.java 98 public Cursor query(Uri uri, String[] projectionIn, String selection, method in class:PartialSuggestionProvider
100 Log.d(TAG, "query(" + uri + ")");
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/
AccountImageHelper.java 73 c = context.getContentResolver().query(ContactsContract.Data.CONTENT_URI,
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ActivityController.java 215 * Begin a search with the given query string.
217 void executeSearch(String query);
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/backward/v402/
ver4_patricia_trie_policy.h 128 void getProperty(const char *const query, const int queryLength, char *const outResult,
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/v4/
ver4_patricia_trie_policy.h 107 void getProperty(const char *const query, const int queryLength, char *const outResult,
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/debug/
DumpFileProvider.java 91 public Cursor query(Uri uri, String[] inProjection, String selection, String[] selectionArgs, method in class:DumpFileProvider
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadStorageProvider.java 20 import android.app.DownloadManager.Query;
167 cursor = mDm.query(new Query().setFilterById(Long.parseLong(docId)));
189 cursor = mDm.query(new DownloadManager.Query().setOnlyIncludeVisibleInDownloadsUi(true)
212 cursor = mDm.query(
213 new DownloadManager.Query().setOnlyIncludeVisibleInDownloadsUi(true));
234 cursor = mDm.query(new DownloadManager.Query().setOnlyIncludeVisibleInDownloadsUi(true)
  /packages/providers/PartnerBookmarksProvider/tests/src/com/android/providers/partnerbookmarks/
PartnerBookmarksProviderTest.java 42 cursor = providerClient.query(PartnerBookmarksContract.Bookmarks.CONTENT_URI,
44 assertNotNull("Failed to query for bookmarks", cursor);
  /packages/providers/TvProvider/src/com/android/providers/tv/
EpgDataCleanupService.java 118 Cursor cursor = getContentResolver().query(
123 Log.e(TAG, "Failed to query watched program");
135 Log.e(TAG, "Failed to query watched program");
  /external/chromium_org/components/url_matcher/
url_matcher.cc 25 // | URL Query operator | ----translate----> | StringPattern |
34 // | to all URL Query | ----translate----> | String |
48 // Case 1: {host,path,query}_{prefix,suffix,equals} searches.
92 // Similarly for path query parameters ({path, query}_{prefix, suffix, equals}).
122 // Case 3: {host,path,query}_contains searches.
126 // by a combination of a url_contains() query followed by an explicit test:
236 return url.query().find(string_pattern_->pattern()) !=
256 // The delimiter for query parameters
272 (url.has_query() ? CanonicalizeQuery(url.query(), true, true
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/weborigin/
KURL.cpp 218 // Any query portion of the relative URL will be encoded in the given encoding.
427 String KURL::query() const function in class:WebCore::KURL
429 if (m_parsed.query.len >= 0)
430 return componentString(m_parsed.query);
433 // an empty string when the query is empty rather than a null (not sure
435 // Returns a null if the query is not specified, instead of empty.
436 if (m_parsed.query.is_valid())
611 void KURL::setQuery(const String& query)
613 StringUTF8Adaptor queryUTF8(query);
615 if (query.isNull())
    [all...]
  /external/qemu/android/camera/
camera-service.c 69 /* Extracts query name, and (optionally) query parameters from the query string.
71 * query - Query string. Query string in the camera service are formatted as such:
72 * "<query name>[ <parameters>]",
74 * query name with a single ' '. See comments to get_token_value routine
76 * query_name - Upon success contains query name extracted from the query
    [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p_sd.c 68 /* if the query is a broadcast query */
76 /* query number that needs to be send to the device */
99 * Query not yet sent to the device and it is to be
109 struct p2p_sd_query *query)
117 if (q == query) {
118 /* If the query is a broadcast query, decrease one from
120 if (query->for_all_peers)
126 if (p2p->sd_query == query)
267 struct p2p_sd_query *query; local
    [all...]
  /frameworks/opt/telephony/src/java/android/provider/
Telephony.java 295 * Return cursor for table query.
298 public static Cursor query(ContentResolver cr, String[] projection) { method in class:Telephony.Sms
299 return cr.query(CONTENT_URI, projection, null, null, DEFAULT_SORT_ORDER);
303 * Return cursor for table query.
306 public static Cursor query(ContentResolver cr, String[] projection, method in class:Telephony.Sms
308 return cr.query(CONTENT_URI, projection, where,
1938 public static Cursor query( method in class:Telephony.Mms
1947 public static Cursor query( method in class:Telephony.Mms
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
CalendarController.java 168 public String query; // query for a user search field in class:CalendarController.EventInfo
169 public ComponentName componentName; // used in combination with query
321 // status and have the receiver query the data.
409 * sendEvent() variant with extraLong, search query, and search component name.
412 int viewType, long extraLong, String query, ComponentName componentName) {
413 sendEvent(sender, eventType, start, end, start, eventId, viewType, extraLong, query,
418 long eventId, int viewType, long extraLong, String query, ComponentName componentName) {
426 info.query = query;
    [all...]

Completed in 2142 milliseconds

<<31323334353637383940>>