Searched defs:onQueryComplete (Results 1 - 25 of 33) sorted by relevance

12

/packages/apps/Contacts/src/com/android/contacts/util/
H A DNotifyingAsyncQueryHandler.java40 void onQueryComplete(int token, Object cookie, Cursor cursor); method in interface:NotifyingAsyncQueryHandler.AsyncQueryListener
58 protected void onQueryComplete(int token, Object cookie, Cursor cursor) { method in class:NotifyingAsyncQueryHandler
61 listener.onQueryComplete(token, cookie, cursor);
/packages/apps/Contacts/src/com/android/contacts/
H A DCallDetailActivityQueryHandler.java66 protected synchronized void onQueryComplete(int token, Object cookie, Cursor cursor) { method in class:CallDetailActivityQueryHandler
H A DSpecialCharSequenceMgr.java312 * Override basic onQueryComplete to fill in the textfield when
316 protected void onQueryComplete(int token, Object cookie, Cursor c) { method in class:SpecialCharSequenceMgr.QueryHandler
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DShowOrCreateActivity.java152 public void onQueryComplete(int token, Object cookie, Cursor cursor) { method in class:ShowOrCreateActivity
H A DConfirmAddDetailActivity.java428 protected void onQueryComplete(int token, Object cookie, Cursor cursor) { method in class:ConfirmAddDetailActivity.QueryHandler
431 Log.d(TAG, "onQueryComplete: discard result, the query handler is reset!");
/packages/apps/Calendar/src/com/android/calendar/
H A DAsyncQueryService.java148 * {@link #onQueryComplete} is called.
150 * @param token A token passed into {@link #onQueryComplete} to identify the
152 * @param cookie An object that gets passed into {@link #onQueryComplete}
329 protected void onQueryComplete(int token, Object cookie, Cursor cursor) { method in class:AsyncQueryService
331 Log.d(TAG, "########## default onQueryComplete");
412 onQueryComplete(token, info.cookie, (Cursor) info.result);
H A DCalendarUtils.java93 protected void onQueryComplete(int token, Object cookie, Cursor cursor) { method in class:CalendarUtils.TimeZoneUtils.AsyncTZHandler
/packages/apps/Calendar/src/com/android/calendar/alerts/
H A DAlertActivity.java124 protected void onQueryComplete(int token, Object cookie, Cursor cursor) { method in class:AlertActivity.QueryHandler
/packages/apps/Calendar/src/com/android/calendar/event/
H A DAttendeesView.java368 protected void onQueryComplete(int queryIndex, Object cookie, Cursor cursor) { method in class:AttendeesView.PresenceQueryHandler
371 Log.d(TAG, "onQueryComplete: cursor=" + cursor + ", cookie=" + cookie);
395 Log.d(TAG, "onQueryComplete Id: " + contactId + " PhotoId: " + photoId
H A DEditEventFragment.java139 protected void onQueryComplete(int token, Object cookie, Cursor cursor) { method in class:EditEventFragment.QueryHandler
295 Log.d(TAG, "onQueryComplete: setting cursor with "
/packages/apps/Contacts/src/com/android/contacts/calllog/
H A DCallLogQueryHandler.java254 protected synchronized void onQueryComplete(int token, Object cookie, Cursor cursor) { method in class:CallLogQueryHandler
/packages/apps/Mms/src/com/android/mms/ui/
H A DManageSimMessages.java124 protected void onQueryComplete( method in class:ManageSimMessages.QueryHandler
H A DConversationList.java664 protected void onQueryComplete(int token, Object cookie, Cursor cursor) { method in class:ConversationList.ThreadListQueryHandler
696 Log.e(TAG, "onQueryComplete called with unknown token " + token);
/packages/apps/Phone/src/com/android/phone/
H A DADNList.java185 protected void onQueryComplete(int token, Object cookie, Cursor c) { method in class:ADNList.QueryHandler
186 if (DBG) log("onQueryComplete: cursor.count=" + c.getCount());
H A DDeleteFdnContactScreen.java166 protected void onQueryComplete(int token, Object cookie, Cursor c) { method in class:DeleteFdnContactScreen.QueryHandler
H A DManageConferenceUtils.java324 public void onQueryComplete(int token, Object cookie, CallerInfo ci) { method in class:ManageConferenceUtils
H A DEditFdnContactScreen.java414 protected void onQueryComplete(int token, Object cookie, Cursor c) { method in class:EditFdnContactScreen.QueryHandler
H A DCallCard.java556 public void onQueryComplete(int token, Object cookie, CallerInfo ci) { method in class:CallCard
557 if (DBG) log("onQueryComplete: token " + token + ", cookie " + cookie + ", ci " + ci);
580 if (DBG) log("- onQueryComplete: presentation=" + presentation
H A DNotificationMgr.java318 protected void onQueryComplete(int token, Object cookie, Cursor cursor) { method in class:NotificationMgr.QueryHandler
904 // completes (see onQueryComplete() below.)
989 public void onQueryComplete(int token, Object cookie, CallerInfo ci){ method in class:NotificationMgr
1009 Log.w(LOG_TAG, "onQueryComplete: caller-id query from unknown source! "
/packages/apps/Calendar/src/com/android/calendar/selectcalendars/
H A DSelectSyncedCalendarsMultiAccountAdapter.java129 protected void onQueryComplete(int token, Object cookie, Cursor cursor) { method in class:SelectSyncedCalendarsMultiAccountAdapter.AsyncCalendarsUpdater
/packages/apps/Calendar/tests/src/com/android/calendar/
H A DAsyncQueryServiceTest.java464 protected void onQueryComplete(int token, Object cookie, Cursor cursor) { method in class:AsyncQueryServiceTest.TestAsyncQueryService
465 Log.d(TAG, "onQueryComplete tid=" + Thread.currentThread().getId());
/packages/apps/Music/src/com/android/music/
H A DPlaylistBrowserActivity.java558 protected void onQueryComplete(int token, Object cookie, Cursor cursor) { method in class:PlaylistBrowserActivity.PlaylistListAdapter.QueryHandler
H A DQueryBrowserActivity.java236 // if the query results in a null cursor, onQueryComplete() will
354 protected void onQueryComplete(int token, Object cookie, Cursor cursor) { method in class:QueryBrowserActivity.QueryListAdapter.QueryHandler
H A DAlbumBrowserActivity.java523 protected void onQueryComplete(int token, Object cookie, Cursor cursor) { method in class:AlbumBrowserActivity.AlbumListAdapter.QueryHandler
H A DMusicPicker.java381 protected void onQueryComplete(int token, Object cookie, Cursor cursor) { method in class:MusicPicker.QueryHandler

Completed in 753 milliseconds

12