Home
last modified time | relevance | path

Searched refs:startQuery (Results 1 – 25 of 44) 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()
/packages/apps/Dialer/src/com/android/dialer/calllog/
DCallLogQueryHandler.java136 startQuery(QUERY_VOICEMAIL_ARCHIVE, null, in fetchVoicemailArchive()
164 startQuery(QUERY_VOICEMAIL_STATUS_TOKEN, null, Status.CONTENT_URI, in fetchVoicemailStatus()
172 startQuery(QUERY_VOICEMAIL_UNREAD_COUNT_TOKEN, null, Voicemails.CONTENT_URI, in fetchVoicemailUnreadCount()
215 startQuery(token, null, uri, CallLogQuery._PROJECTION, selection, selectionArgs.toArray( in fetchCalls()
260 startQuery(QUERY_MISSED_CALLS_UNREAD_COUNT_TOKEN, null, Calls.CONTENT_URI, in fetchMissedCallsUnreadCount()
/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/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallerInfoLookupHelperTest.java77 when(mFactory.startQuery(anyInt(), eq(mContext), anyString(), in setUp()
108 verify(mFactory).startQuery(anyInt(), eq(mContext), eq(URI1.getSchemeSpecificPart()), in testSimpleLookup()
145 verify(mFactory, times(1)).startQuery(anyInt(), eq(mContext), in testLookupWithTwoListeners()
183 verify(mFactory, times(1)).startQuery(anyInt(), eq(mContext), in testListenerAddedAfterCallerInfoBeforePhoto()
DCallerInfoAsyncQueryFactoryFixture.java54 public CallerInfoAsyncQuery startQuery(int token, Context context, String number,
/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/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/apps/Dialer/InCallUI/src/com/android/incallui/
DCallerInfoAsyncQuery.java112 public void startQuery(int token, Object cookie, Uri uri, String[] projection, in startQuery() method in CallerInfoAsyncQuery.CallerInfoAsyncQueryHandler
122 super.startQuery(token, cookie, uri, projection, selection, selectionArgs, orderBy); in startQuery()
315 startQuery(token, endMarker, null, null, null, null, null); in onQueryComplete()
339 public static void startQuery(final int token, final Context context, final CallerInfo info, in startQuery() method in CallerInfoAsyncQuery
414 c.mHandler.startQuery(token, in startQueryInternal()
DCallerInfoUtils.java52 CallerInfoAsyncQuery.startQuery(QUERY_TOKEN, context, info, listener, call); in getCallerInfoForCall()
/packages/apps/Dialer/src/com/android/dialer/database/
DFilteredNumberAsyncQueryHandler.java129 startQuery(NO_TOKEN, in hasBlockedNumbers()
157 startQuery(NO_TOKEN, in isBlockedNumber()
248 startQuery(NO_TOKEN, new Listener() { in unblock()
/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/services/Telecomm/src/com/android/server/telecom/components/
DTelecomService.java88 public CallerInfoAsyncQuery startQuery(int token, Context context, in initializeTelecomSystem()
95 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/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()
/packages/apps/Contacts/src/com/android/contacts/activities/
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()
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()
/packages/services/Telecomm/src/com/android/server/telecom/
DCallerInfoAsyncQueryFactory.java23 CallerInfoAsyncQuery startQuery(int token, Context context, String number, in startQuery() method
DCallerInfoLookupHelper.java118 CallerInfoAsyncQuery query = mCallerInfoAsyncQueryFactory.startQuery( in startLookup()
/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/
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