/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,
|
/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/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);
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
CallerInfoAsyncQuery.java | 116 * looper queue must be FIFO with respect to input from the synchronous startQuery 259 // new parameter to CallerInfoAsyncQuery.startQuery() to force 284 startQuery(token, endMarker, null, null, null, null, null); 306 public static CallerInfoAsyncQuery startQuery(int token, Context context, Uri contactRef, 320 c.mHandler.startQuery(token, cw, contactRef, null, null, null, null); 336 public static CallerInfoAsyncQuery startQuery(int token, Context context, String number, 339 Rlog.d(LOG_TAG, "##### CallerInfoAsyncQuery startQuery()... #####"); 411 c.mHandler.startQuery(token, 435 mHandler.startQuery(token, cw, null, null, null, null, null);
|
/packages/apps/InCallUI/src/com/android/incallui/ |
CallerInfoAsyncQuery.java | 113 * looper queue must be FIFO with respect to input from the synchronous startQuery 257 // new parameter to CallerInfoAsyncQuery.startQuery() to force 282 startQuery(token, endMarker, null, null, null, null, null); 304 public static CallerInfoAsyncQuery startQuery(int token, Context context, Uri contactRef, 318 c.mHandler.startQuery(token, cw, contactRef, null, null, null, null); 334 public static CallerInfoAsyncQuery startQuery(int token, Context context, String number, 336 Log.d(LOG_TAG, "##### CallerInfoAsyncQuery startQuery()... #####"); 407 c.mHandler.startQuery(token, 431 mHandler.startQuery(token, cw, null, null, null, null, null);
|
CallerInfoUtils.java | 49 Log.d(TAG, "==> Actually starting CallerInfoAsyncQuery.startQuery()..."); 50 CallerInfoAsyncQuery.startQuery(QUERY_TOKEN, context, number, listener, call);
|
/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 | 205 mQueryHandler.startQuery(TOKEN_EMAIL_LOOKUP, null, 245 mQueryHandler.startQuery(TOKEN_PHONE_LOOKUP, null, 269 mQueryHandler.startQuery(TOKEN_EMAIL_LOOKUP_AND_TRIGGER, extras, 274 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 | 114 startQuery(); 158 private void startQuery() { 160 mQueryHandler.startQuery(0, null, ICC_URI, null, null, null, null); 172 startQuery();
|
/cts/tests/tests/content/src/android/content/cts/ |
AsyncQueryHandlerTest.java | 147 startQuery(QUERY_TOKEN_1, QUERY_COOKIE, DummyProvider.CONTENT_URI, 172 startQuery(QUERY_TOKEN_2, QUERY_COOKIE, DummyProvider.CONTENT_URI, 273 private void startQuery(int token, Object cookie, Uri uri, String[] projection, 278 mAsyncHandler.startQuery(token, cookie, uri, projection, 330 // we have to call super.startQuery here. 331 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 | 126 mQueryHandler.startQuery(QUERY_TOKEN, null, uri, CONTACTS_PROJECTION, null, null, null); 132 mQueryHandler.startQuery(QUERY_TOKEN, null, uri, PHONES_PROJECTION, null, null, null);
|
/packages/apps/Dialer/src/com/android/dialer/calllog/ |
CallLogQueryHandler.java | 152 startQuery(QUERY_VOICEMAIL_STATUS_TOKEN, null, Status.CONTENT_URI, 193 startQuery(token, requestId, 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 | 108 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}.
|