HomeSort by relevance Sort by last modified time
    Searched refs:startQuery (Results 1 - 25 of 66) sorted by null

1 2 3

  /packages/apps/ContactsCommon/src/com/android/contacts/common/database/
NoNullCursorAsyncQueryHandler.java 36 public void startQuery(int token, Object cookie, Uri uri, String[] projection, String selection,
39 super.startQuery(token, projectionCookie, uri, projection, selection, selectionArgs,
  /frameworks/base/telephony/java/com/android/internal/telephony/
CallerInfoAsyncQuery.java 157 * looper queue must be FIFO with respect to input from the synchronous startQuery
307 // new parameter to CallerInfoAsyncQuery.startQuery() to force
332 startQuery(token, endMarker, null, null, null, null, null);
358 public static CallerInfoAsyncQuery startQuery(int token, Context context, Uri contactRef,
372 c.mHandler.startQuery(token, cw, contactRef, null, null, null, null);
388 public static CallerInfoAsyncQuery startQuery(int token, Context context, String number,
392 return startQuery(token, context, number, listener, cookie, subId);
406 public static CallerInfoAsyncQuery startQuery(int token, Context context, String number,
410 Rlog.d(LOG_TAG, "##### CallerInfoAsyncQuery startQuery()... #####");
446 c.mHandler.startQuery(token
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/
CallDetailActivityQueryHandler.java 61 startQuery(QUERY_VOICEMAIL_CONTENT_TOKEN, null, voicemailUri, VOICEMAIL_CONTENT_PROJECTION,
72 startQuery(QUERY_VOICEMAIL_STATUS_TOKEN, null,
  /packages/apps/Calendar/src/com/android/calendar/
CalendarColorPickerDialog.java 109 startQuery(TOKEN_QUERY_COLORS, null, uri, COLORS_PROJECTION, COLORS_WHERE,
219 startQuery();
228 startQuery();
233 private void startQuery() {
236 mService.startQuery(TOKEN_QUERY_CALENDARS, null,
AsyncQueryService.java 169 public void startQuery(int token, Object cookie, Uri uri, String[] projection,
325 * {@link #startQuery}.
326 * @param cookie the cookie object passed in from {@link #startQuery}.
CalendarUtils.java 289 mHandler.startQuery(0, context, CalendarCache.URI, CALENDAR_CACHE_POJECTION,
  /packages/apps/InCallUI/src/com/android/incallui/
CallerInfoAsyncQuery.java 99 public void startQuery(int token, Object cookie, Uri uri, String[] projection,
103 android.util.Log.d(LOG_TAG, "InCall: startQuery: url=" + uri +
109 super.startQuery(token, cookie, uri, projection, selection, selectionArgs, orderBy);
132 * looper queue must be FIFO with respect to input from the synchronous startQuery
277 // new parameter to CallerInfoAsyncQuery.startQuery() to force
303 startQuery(token, endMarker, null, null, null, null, null);
338 public static CallerInfoAsyncQuery startQuery(int token, Context context, CallerInfo info,
340 Log.d(LOG_TAG, "##### CallerInfoAsyncQuery startQuery()... #####");
374 c.mHandler.startQuery(token,
  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/database/
NoNullCursorAsyncQueryHandlerTest.java 76 handler.startQuery(1, null, URI, PROJECTION, null, null, null);
103 handler.startQuery(1, cookie, URI, PROJECTION, null, null, null);
130 handler.startQuery(1, cookie, URI, PROJECTION, null, null, null);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
ExpandableList2.java 95 mQueryHandler.startQuery(TOKEN_CHILD, groupCursor.getPosition(), phoneNumbersUri,
125 mQueryHandler.startQuery(TOKEN_GROUP, null, Contacts.CONTENT_URI, CONTACTS_PROJECTION,
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
QueryTask.java 76 public static <C extends SuggestionCursor> void startQuery(String query,
SuggestionsProviderImpl.java 75 QueryTask.startQuery(query, maxResults, sourceToQuery, mQueryExecutor,
  /frameworks/base/core/java/android/widget/
QuickContactBadge.java 219 mQueryHandler.startQuery(TOKEN_EMAIL_LOOKUP, null,
259 mQueryHandler.startQuery(TOKEN_PHONE_LOOKUP, null,
293 mQueryHandler.startQuery(TOKEN_EMAIL_LOOKUP_AND_TRIGGER, extras,
298 mQueryHandler.startQuery(TOKEN_PHONE_LOOKUP_AND_TRIGGER, extras,
  /packages/apps/Calendar/src/com/android/calendar/selectcalendars/
CalendarColorCache.java 77 mService.startQuery(0, null, Colors.CONTENT_URI, PROJECTION,
SelectVisibleCalendarsFragment.java 151 mService.startQuery(mQueryToken, null, Calendars.CONTENT_URI, PROJECTION, SELECTION,
174 mService.startQuery(mQueryToken, null, Calendars.CONTENT_URI, PROJECTION, SELECTION,
SelectSyncedCalendarsMultiAccountActivity.java 98 }.startQuery(0, null, Calendars.CONTENT_URI, PROJECTION,
  /packages/apps/Mms/src/com/android/mms/ui/
ManageSimMessages.java 133 startQuery();
177 private void startQuery() {
179 mQueryHandler.startQuery(0, null, ICC_URI, null, null, null, null);
191 startQuery();
  /cts/tests/tests/content/src/android/content/cts/
AsyncQueryHandlerTest.java 148 startQuery(QUERY_TOKEN_1, QUERY_COOKIE, DummyProvider.CONTENT_URI,
173 startQuery(QUERY_TOKEN_2, QUERY_COOKIE, DummyProvider.CONTENT_URI,
275 private void startQuery(int token, Object cookie, Uri uri, String[] projection,
280 mAsyncHandler.startQuery(token, cookie, uri, projection,
332 // we have to call super.startQuery here.
333 super.startQuery(MOCK_QUERY_TOKEN, QUERY_COOKIE,
  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventFragment.java 210 mHandler.startQuery(TOKEN_ATTENDEES, null, attUri,
224 mHandler.startQuery(TOKEN_REMINDERS, null, rUri,
245 mHandler.startQuery(TOKEN_CALENDARS, null, Calendars.CONTENT_URI,
250 mHandler.startQuery(TOKEN_COLORS, null, Colors.CONTENT_URI,
461 private void startQuery() {
514 Log.d(TAG, "startQuery: uri for event is " + mUri.toString());
516 mHandler.startQuery(TOKEN_EVENT, null, mUri, EditEventHelper.EVENT_PROJECTION,
521 Log.d(TAG, "startQuery: Editing a new event.");
531 mHandler.startQuery(TOKEN_CALENDARS, null, Calendars.CONTENT_URI,
536 mHandler.startQuery(TOKEN_COLORS, null, Colors.CONTENT_URI
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/activities/
ShowOrCreateActivity.java 127 mQueryHandler.startQuery(QUERY_TOKEN, null, uri, CONTACTS_PROJECTION, null, null, null);
133 mQueryHandler.startQuery(QUERY_TOKEN, null, uri, PHONES_PROJECTION, null, null, null);
ConfirmAddDetailActivity.java 314 mQueryHandler.startQuery(TOKEN_CONTACT_INFO, contactUri, contactUri, ContactQuery.COLUMNS,
325 mQueryHandler.startQuery(TOKEN_PHOTO_QUERY, lookupKey,
352 mQueryHandler.startQuery(TOKEN_DISAMBIGUATION_QUERY, null, uri,
362 mQueryHandler.startQuery(TOKEN_EXTRA_INFO_QUERY, null, Data.CONTENT_URI,
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogQueryHandler.java 131 startQuery(QUERY_VOICEMAIL_STATUS_TOKEN, null, Status.CONTENT_URI,
171 startQuery(token, null, uri,
  /packages/apps/Music/src/com/android/music/
AudioPreview.java 172 mAsyncQueryHandler.startQuery(0, null, mUri, new String [] {
179 mAsyncQueryHandler.startQuery(0, null, mUri, null, null, null, null);
185 mAsyncQueryHandler.startQuery(0, null, MediaStore.Audio.Media.EXTERNAL_CONTENT_URI,
  /packages/experimental/LoaderApp/src/com/android/loaderapp/
ContactHeaderWidget.java 557 mQueryHandler.startQuery(TOKEN_EMAIL_LOOKUP, emailAddress,
573 mQueryHandler.startQuery(TOKEN_PHONE_LOOKUP, number,
591 mQueryHandler.startQuery(TOKEN_CONTACT_INFO, contactUri, contactUri, ContactQuery.COLUMNS,
609 mQueryHandler.startQuery(TOKEN_PHOTO_QUERY, lookupKey,
  /packages/services/Telephony/src/com/android/phone/
ADNList.java 114 mQueryHandler.startQuery(QUERY_TOKEN, null, uri, COLUMN_NAMES,
  /frameworks/base/core/java/android/content/
AsyncQueryHandler.java 164 public void startQuery(int token, Object cookie, Uri uri,
282 * {@link #startQuery}.
283 * @param cookie the cookie object passed in from {@link #startQuery}.

Completed in 878 milliseconds

1 2 3