Searched refs:startQuery (Results 1 - 25 of 42) sorted by relevance

12

/packages/services/Telecomm/src/com/android/server/telecom/
H A DCallerInfoAsyncQueryFactory.java22 CallerInfoAsyncQuery startQuery(int token, Context context, String number, method in interface:CallerInfoAsyncQueryFactory
/packages/apps/ContactsCommon/src/com/android/contacts/common/database/
H A DNoNullCursorAsyncQueryHandler.java36 public void startQuery(int token, Object cookie, Uri uri, String[] projection, String selection, method in class:NoNullCursorAsyncQueryHandler
39 super.startQuery(token, projectionCookie, uri, projection, selection, selectionArgs,
/packages/apps/Calendar/src/com/android/calendar/
H A DCalendarColorPickerDialog.java109 startQuery(TOKEN_QUERY_COLORS, null, uri, COLORS_PROJECTION, COLORS_WHERE,
219 startQuery();
228 startQuery();
233 private void startQuery() { method in class:CalendarColorPickerDialog
236 mService.startQuery(TOKEN_QUERY_CALENDARS, null,
H A DAsyncQueryService.java169 public void startQuery(int token, Object cookie, Uri uri, String[] projection, method in class:AsyncQueryService
325 * {@link #startQuery}.
326 * @param cookie the cookie object passed in from {@link #startQuery}.
H A DCalendarUtils.java289 mHandler.startQuery(0, context, CalendarCache.URI, CALENDAR_CACHE_POJECTION,
H A DEventInfoFragment.java498 startQuery(TOKEN_QUERY_CALENDARS, null, uri, CALENDARS_PROJECTION,
511 startQuery(TOKEN_QUERY_COLORS, null, uri, COLORS_PROJECTION, COLORS_WHERE, args,
519 startQuery(TOKEN_QUERY_ATTENDEES, null, uri, ATTENDEES_PROJECTION,
528 startQuery(TOKEN_QUERY_REMINDERS, null, uri,
582 mHandler.startQuery(TOKEN_QUERY_DUPLICATE_CALENDARS, null,
962 mHandler.startQuery(TOKEN_QUERY_EVENT, null, mUri, EVENT_PROJECTION,
1755 mHandler.startQuery(TOKEN_QUERY_VISIBLE_CALENDARS, null, Calendars.CONTENT_URI,
2118 mHandler.startQuery(TOKEN_QUERY_EVENT, null, mUri, EVENT_PROJECTION,
/packages/apps/InCallUI/src/com/android/incallui/
H A DCallerInfoAsyncQuery.java99 public void startQuery(int token, Object cookie, Uri uri, String[] projection, method in class:CallerInfoAsyncQuery.CallerInfoAsyncQueryHandler
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, method in class:CallerInfoAsyncQuery
340 Log.d(LOG_TAG, "##### CallerInfoAsyncQuery startQuery()... #####");
374 c.mHandler.startQuery(token,
H A DCallerInfoUtils.java46 Log.d(TAG, "==> Actually starting CallerInfoAsyncQuery.startQuery()...");
47 CallerInfoAsyncQuery.startQuery(QUERY_TOKEN, context, info, listener, call);
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/database/
H A DNoNullCursorAsyncQueryHandlerTest.java76 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);
/packages/services/Telecomm/src/com/android/server/telecom/components/
H A DTelecomService.java70 public CallerInfoAsyncQuery startQuery(int token, Context context,
75 "CallerInfoAsyncQuery.startQuery number=%s cookie=%s",
77 return CallerInfoAsyncQuery.startQuery(
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DQueryTask.java76 public static <C extends SuggestionCursor> void startQuery(String query, method in class:QueryTask
H A DSuggestionsProviderImpl.java75 QueryTask.startQuery(query, maxResults, sourceToQuery, mQueryExecutor,
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DCallerInfoAsyncQueryFactoryFixture.java47 public CallerInfoAsyncQuery startQuery(int token, Context context, String number,
/packages/apps/Calendar/src/com/android/calendar/selectcalendars/
H A DCalendarColorCache.java77 mService.startQuery(0, null, Colors.CONTENT_URI, PROJECTION,
H A DSelectVisibleCalendarsFragment.java151 mService.startQuery(mQueryToken, null, Calendars.CONTENT_URI, PROJECTION, SELECTION,
174 mService.startQuery(mQueryToken, null, Calendars.CONTENT_URI, PROJECTION, SELECTION,
H A DSelectSyncedCalendarsMultiAccountActivity.java98 }.startQuery(0, null, Calendars.CONTENT_URI, PROJECTION,
/packages/apps/Calendar/src/com/android/calendar/event/
H A DEditEventFragment.java210 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() { method in class:EditEventFragment
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_COLOR
[all...]
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DShowOrCreateActivity.java134 mQueryHandler.startQuery(QUERY_TOKEN, null, uri, CONTACTS_PROJECTION, null, null, null);
140 mQueryHandler.startQuery(QUERY_TOKEN, null, uri, PHONES_PROJECTION, null, null, null);
H A DConfirmAddDetailActivity.java314 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,
/packages/apps/Dialer/src/com/android/dialer/calllog/
H A DCallLogQueryHandler.java145 startQuery(QUERY_VOICEMAIL_STATUS_TOKEN, null, Status.CONTENT_URI,
188 startQuery(token, null, uri,
/packages/apps/Music/src/com/android/music/
H A DAudioPreview.java171 mAsyncQueryHandler.startQuery(0, null, mUri, new String [] {
178 mAsyncQueryHandler.startQuery(0, null, mUri, null, null, null, null);
184 mAsyncQueryHandler.startQuery(0, null, MediaStore.Audio.Media.EXTERNAL_CONTENT_URI,
/packages/experimental/LoaderApp/src/com/android/loaderapp/
H A DContactHeaderWidget.java557 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/
H A DADNList.java114 mQueryHandler.startQuery(QUERY_TOKEN, null, uri, COLUMN_NAMES,
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DMovieActivity.java163 queryHandler.startQuery(0, null, mUri,
/packages/apps/Calendar/src/com/android/calendar/alerts/
H A DAlertActivity.java236 mQueryHandler.startQuery(0, null, uri, PROJECTION, SELECTION, SELECTIONARG,

Completed in 395 milliseconds

12