Home
last modified time | relevance | path

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

12

/packages/apps/Calendar/src/com/android/calendar/
DCalendarColorPickerDialog.java109 startQuery(TOKEN_QUERY_COLORS, null, uri, COLORS_PROJECTION, COLORS_WHERE, in onQueryComplete()
219 startQuery(); in setCalendarId()
228 startQuery(); in onCreateDialog()
233 private void startQuery() { in startQuery() method in CalendarColorPickerDialog
236 mService.startQuery(TOKEN_QUERY_CALENDARS, null, in startQuery()
DEventInfoFragment.java498 startQuery(TOKEN_QUERY_CALENDARS, null, uri, CALENDARS_PROJECTION, in onQueryComplete()
511 startQuery(TOKEN_QUERY_COLORS, null, uri, COLORS_PROJECTION, COLORS_WHERE, args, in onQueryComplete()
519 startQuery(TOKEN_QUERY_ATTENDEES, null, uri, ATTENDEES_PROJECTION, in onQueryComplete()
528 startQuery(TOKEN_QUERY_REMINDERS, null, uri, in onQueryComplete()
582 mHandler.startQuery(TOKEN_QUERY_DUPLICATE_CALENDARS, null, in onQueryComplete()
962 mHandler.startQuery(TOKEN_QUERY_EVENT, null, mUri, EVENT_PROJECTION, in onCreateView()
1755 mHandler.startQuery(TOKEN_QUERY_VISIBLE_CALENDARS, null, Calendars.CONTENT_URI, in updateCalendar()
2118 mHandler.startQuery(TOKEN_QUERY_EVENT, null, mUri, EVENT_PROJECTION, in reloadEvents()
DCalendarUtils.java289 mHandler.startQuery(0, context, CalendarCache.URI, CALENDAR_CACHE_POJECTION, in getTimeZone()
/packages/apps/Calendar/src/com/android/calendar/event/
DEditEventFragment.java210 mHandler.startQuery(TOKEN_ATTENDEES, null, attUri, in onQueryComplete()
224 mHandler.startQuery(TOKEN_REMINDERS, null, rUri, in onQueryComplete()
245 mHandler.startQuery(TOKEN_CALENDARS, null, Calendars.CONTENT_URI, in onQueryComplete()
250 mHandler.startQuery(TOKEN_COLORS, null, Colors.CONTENT_URI, in onQueryComplete()
461 private void startQuery() { in startQuery() method in EditEventFragment
516 mHandler.startQuery(TOKEN_EVENT, null, mUri, EditEventHelper.EVENT_PROJECTION, in startQuery()
531 mHandler.startQuery(TOKEN_CALENDARS, null, Calendars.CONTENT_URI, in startQuery()
536 mHandler.startQuery(TOKEN_COLORS, null, Colors.CONTENT_URI, in startQuery()
571 startQuery(); in onCreateView()
/packages/apps/InCallUI/src/com/android/incallui/
DCallerInfoAsyncQuery.java99 public void startQuery(int token, Object cookie, Uri uri, String[] projection, in startQuery() method in CallerInfoAsyncQuery.CallerInfoAsyncQueryHandler
109 super.startQuery(token, cookie, uri, projection, selection, selectionArgs, orderBy); in startQuery()
303 startQuery(token, endMarker, null, null, null, null, null); in onQueryComplete()
338 public static CallerInfoAsyncQuery startQuery(int token, Context context, CallerInfo info, in startQuery() method in CallerInfoAsyncQuery
374 c.mHandler.startQuery(token, in startQuery()
DCallerInfoUtils.java47 CallerInfoAsyncQuery.startQuery(QUERY_TOKEN, context, info, listener, call); in getCallerInfoForCall()
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/database/
DNoNullCursorAsyncQueryHandlerTest.java76 handler.startQuery(1, null, URI, PROJECTION, null, null, null); in testCursorIsNotNull()
103 handler.startQuery(1, cookie, URI, PROJECTION, null, null, null); in testCursorContainsCorrectCookies()
130 handler.startQuery(1, cookie, URI, PROJECTION, null, null, null); in testCursorContainsCorrectColumns()
/packages/experimental/LoaderApp/src/com/android/loaderapp/
DContactHeaderWidget.java557 mQueryHandler.startQuery(TOKEN_EMAIL_LOOKUP, emailAddress, in bindFromEmail()
573 mQueryHandler.startQuery(TOKEN_PHONE_LOOKUP, number, in bindFromPhoneNumber()
591 mQueryHandler.startQuery(TOKEN_CONTACT_INFO, contactUri, contactUri, ContactQuery.COLUMNS, in startContactQuery()
609 mQueryHandler.startQuery(TOKEN_PHOTO_QUERY, lookupKey, in startPhotoQuery()
/packages/apps/Contacts/src/com/android/contacts/activities/
DConfirmAddDetailActivity.java314 mQueryHandler.startQuery(TOKEN_CONTACT_INFO, contactUri, contactUri, ContactQuery.COLUMNS, in startContactQuery()
325 mQueryHandler.startQuery(TOKEN_PHOTO_QUERY, lookupKey, in startPhotoQuery()
352 mQueryHandler.startQuery(TOKEN_DISAMBIGUATION_QUERY, null, uri, in startDisambiguationQuery()
362 mQueryHandler.startQuery(TOKEN_EXTRA_INFO_QUERY, null, Data.CONTENT_URI, in startExtraInfoQuery()
DShowOrCreateActivity.java134 mQueryHandler.startQuery(QUERY_TOKEN, null, uri, CONTACTS_PROJECTION, null, null, null); in onCreate()
140 mQueryHandler.startQuery(QUERY_TOKEN, null, uri, PHONES_PROJECTION, null, null, null); in onCreate()
/packages/apps/Music/src/com/android/music/
DAudioPreview.java171 mAsyncQueryHandler.startQuery(0, null, mUri, new String [] { in onCreate()
178 mAsyncQueryHandler.startQuery(0, null, mUri, null, null, null, null); in onCreate()
184 mAsyncQueryHandler.startQuery(0, null, MediaStore.Audio.Media.EXTERNAL_CONTENT_URI, in onCreate()
DAlbumBrowserActivity.java468 async.startQuery(0, null, uri, in getAlbumCursor()
480 async.startQuery(0, null, in getAlbumCursor()
/packages/apps/ContactsCommon/src/com/android/contacts/common/database/
DNoNullCursorAsyncQueryHandler.java36 public void startQuery(int token, Object cookie, Uri uri, String[] projection, String selection, in startQuery() method in NoNullCursorAsyncQueryHandler
39 super.startQuery(token, projectionCookie, uri, projection, selection, selectionArgs, in startQuery()
/packages/services/Telecomm/src/com/android/server/telecom/components/
DTelecomService.java70 public CallerInfoAsyncQuery startQuery(int token, Context context, in initializeTelecomSystem()
77 return CallerInfoAsyncQuery.startQuery( in initializeTelecomSystem()
/packages/apps/Calendar/src/com/android/calendar/selectcalendars/
DSelectVisibleCalendarsFragment.java151 mService.startQuery(mQueryToken, null, Calendars.CONTENT_URI, PROJECTION, SELECTION, in onResume()
174 mService.startQuery(mQueryToken, null, Calendars.CONTENT_URI, PROJECTION, SELECTION, in eventsChanged()
DCalendarColorCache.java77 mService.startQuery(0, null, Colors.CONTENT_URI, PROJECTION, in CalendarColorCache()
DSelectSyncedCalendarsMultiAccountActivity.java98 }.startQuery(0, null, Calendars.CONTENT_URI, PROJECTION, in onResume()
/packages/apps/Dialer/src/com/android/dialer/calllog/
DCallLogQueryHandler.java145 startQuery(QUERY_VOICEMAIL_STATUS_TOKEN, null, Status.CONTENT_URI, in fetchVoicemailStatus()
188 startQuery(token, null, uri, in fetchCalls()
/packages/services/Telecomm/src/com/android/server/telecom/
DCallerInfoAsyncQueryFactory.java22 CallerInfoAsyncQuery startQuery(int token, Context context, String number, in startQuery() method
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallerInfoAsyncQueryFactoryFixture.java47 public CallerInfoAsyncQuery startQuery(int token, Context context, String number,
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DQueryTask.java76 public static <C extends SuggestionCursor> void startQuery(String query, in startQuery() method in QueryTask
DSuggestionsProviderImpl.java75 QueryTask.startQuery(query, maxResults, sourceToQuery, mQueryExecutor, in getSuggestions()
/packages/services/Telephony/src/com/android/phone/
DPhoneUtils.java1398 cit.asyncQuery = CallerInfoAsyncQuery.startQuery(QUERY_TOKEN, context, in startGetCallerInfo()
1471 cit.asyncQuery = CallerInfoAsyncQuery.startQuery(QUERY_TOKEN, context, in startGetCallerInfo()
1547 cit.asyncQuery = CallerInfoAsyncQuery.startQuery(QUERY_TOKEN, context, in startGetCallerInfo()
DADNList.java114 mQueryHandler.startQuery(QUERY_TOKEN, null, uri, COLUMN_NAMES, in query()
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DMovieActivity.java163 queryHandler.startQuery(0, null, mUri, in initializeActionBar()

12