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

1 2 3

  /packages/services/Telecomm/src/com/android/server/telecom/
CallerInfoAsyncQueryFactory.java 23 CallerInfoAsyncQuery startQuery(int token, Context context, String number,
  /packages/apps/Contacts/src/com/android/contacts/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,
  /packages/apps/Dialer/java/com/android/contacts/common/database/
NoNullCursorAsyncQueryHandler.java 36 public void startQuery(
45 super.startQuery(token, projectionCookie, uri, projection, selection, selectionArgs, orderBy);
  /frameworks/base/telephony/java/com/android/internal/telephony/
CallerInfoAsyncQuery.java 156 * looper queue must be FIFO with respect to input from the synchronous startQuery
306 // new parameter to CallerInfoAsyncQuery.startQuery() to force
331 startQuery(token, endMarker, null, null, null, null, null);
359 public static CallerInfoAsyncQuery startQuery(int token, Context context, Uri contactRef,
373 c.mHandler.startQuery(token, cw, contactRef, null, null, null, null);
389 public static CallerInfoAsyncQuery startQuery(int token, Context context, String number,
393 return startQuery(token, context, number, listener, cookie, subId);
407 public static CallerInfoAsyncQuery startQuery(int token, Context context, String number,
411 Rlog.d(LOG_TAG, "##### CallerInfoAsyncQuery startQuery()... #####");
447 c.mHandler.startQuery(token
    [all...]
  /packages/apps/Dialer/java/com/android/incallui/
CallerInfoUtils.java 71 "Actually starting CallerInfoAsyncQuery.startQuery()...");
74 CallerInfoAsyncQuery.startQuery(QUERY_TOKEN, context, info, listener, cookie);
79 + " Not calling CallerInfoAsyncQuery.startQuery().");
CallerInfoAsyncQuery.java 88 static void startQuery(
175 handler.startQuery(
389 public void startQuery(
401 "InCall: startQuery: url="
414 super.startQuery(token, cookie, uri, projection, selection, selectionArgs, orderBy);
506 // new parameter to CallerInfoAsyncQuery.startQuery() to force
548 * must be FIFO with respect to input from the synchronous startQuery calls and output to this
  /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,
  /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/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}.
  /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,
  /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}.
  /packages/apps/Calendar/src/com/android/calendar/selectcalendars/
SelectVisibleCalendarsFragment.java 151 mService.startQuery(mQueryToken, null, Calendars.CONTENT_URI, PROJECTION, SELECTION,
174 mService.startQuery(mQueryToken, null, Calendars.CONTENT_URI, PROJECTION, SELECTION,
SelectSyncedCalendarsMultiAccountAdapter.java 457 mCalendarsUpdater.startQuery(mToken,
  /packages/apps/Contacts/src/com/android/contacts/activities/
ShowOrCreateActivity.java 133 mQueryHandler.startQuery(QUERY_TOKEN, null, uri, CONTACTS_PROJECTION, null, null, null);
139 mQueryHandler.startQuery(QUERY_TOKEN, null, uri, PHONES_PROJECTION, null, null, null);
  /packages/apps/Dialer/java/com/android/dialer/blocking/
FilteredNumberAsyncQueryHandler.java 96 startQuery(
156 startQuery(
346 startQuery(
  /packages/apps/Dialer/java/com/android/dialer/database/
CallLogQueryHandler.java 123 startQuery(
145 startQuery(
200 startQuery(
261 startQuery(
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
CallerInfoLookupHelperTest.java 79 when(mFactory.startQuery(anyInt(), eq(mContext), anyString(),
120 verify(mFactory).startQuery(anyInt(), eq(mContext), eq(URI1.getSchemeSpecificPart()),
157 verify(mFactory, times(1)).startQuery(anyInt(), eq(mContext),
195 verify(mFactory, times(1)).startQuery(anyInt(), eq(mContext),
  /packages/services/Telephony/src/com/android/phone/
ADNList.java 114 mQueryHandler.startQuery(QUERY_TOKEN, null, uri, COLUMN_NAMES,
  /frameworks/base/core/java/android/widget/
QuickContactBadge.java 235 mQueryHandler.startQuery(TOKEN_EMAIL_LOOKUP, null,
275 mQueryHandler.startQuery(TOKEN_PHONE_LOOKUP, null,
309 mQueryHandler.startQuery(TOKEN_EMAIL_LOOKUP_AND_TRIGGER, extras,
314 mQueryHandler.startQuery(TOKEN_PHONE_LOOKUP_AND_TRIGGER, extras,
  /packages/apps/Calendar/src/com/android/calendar/event/
CreateEventDialogFragment.java 201 mService.startQuery(TOKEN_CALENDARS, null, Calendars.CONTENT_URI,
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/Calendar/tests/src/com/android/calendar/
AsyncQueryServiceTest.java 125 aqs.startQuery(work[index].token, work[index].cookie, work[index].uri,
  /packages/apps/Dialer/java/com/android/dialer/app/
SpecialCharSequenceMgr.java 248 handler.startQuery(

Completed in 233 milliseconds

1 2 3