Searched defs:startQuery (Results 1 - 7 of 7) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
H A DCallerInfoAsyncQueryFactory.java23 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/QuickSearchBox/src/com/android/quicksearchbox/
H A DQueryTask.java76 public static <C extends SuggestionCursor> void startQuery(String query, method in class:QueryTask
/packages/apps/Calendar/src/com/android/calendar/
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 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,
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
H A DCallerInfoAsyncQuery.java112 public void startQuery(int token, Object cookie, Uri uri, String[] projection, method in class:CallerInfoAsyncQuery.CallerInfoAsyncQueryHandler
116 android.util.Log.d(LOG_TAG, "InCall: startQuery: url=" + uri +
122 super.startQuery(token, cookie, uri, projection, selection, selectionArgs, orderBy);
145 * looper queue must be FIFO with respect to input from the synchronous startQuery
289 // new parameter to CallerInfoAsyncQuery.startQuery() to force
315 startQuery(token, endMarker, null, null, null, null, null);
339 public static void startQuery(final int token, final Context context, final CallerInfo info, method in class:CallerInfoAsyncQuery
414 c.mHandler.startQuery(token,
/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...]

Completed in 333 milliseconds