Searched refs:onQueryComplete (Results 1 - 25 of 43) sorted by relevance

12

/packages/apps/Phone/src/com/android/phone/
H A DINetworkQueryServiceCallback.aidl37 void onQueryComplete(in List<OperatorInfo> networkInfoArray, int status);
H A DNetworkQueryService.java207 cb.onQueryComplete((ArrayList<OperatorInfo>) ar.result, exception);
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 DNetworkSetting.java162 public void onQueryComplete(List<OperatorInfo> networkInfoArray, int status) {
H A DNotificationMgr.java314 protected void onQueryComplete(int token, Object cookie, Cursor cursor) { method in class:NotificationMgr.QueryHandler
890 // completes (see onQueryComplete() below.)
975 public void onQueryComplete(int token, Object cookie, CallerInfo ci){ method in class:NotificationMgr
995 Log.w(LOG_TAG, "onQueryComplete: caller-id query from unknown source! "
/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/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
H A DDeleteEventHelper.java112 protected void onQueryComplete(int token, Object cookie, Cursor cursor) {
/packages/apps/Calendar/src/com/android/calendar/selectcalendars/
H A DSelectVisibleCalendarsFragment.java83 protected void onQueryComplete(int token, Object cookie, Cursor cursor) {
H A DSelectSyncedCalendarsMultiAccountAdapter.java129 protected void onQueryComplete(int token, Object cookie, Cursor cursor) { method in class:SelectSyncedCalendarsMultiAccountAdapter.AsyncCalendarsUpdater
/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/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/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/Mms/src/com/android/mms/ui/
H A DManageSimMessages.java124 protected void onQueryComplete( method in class:ManageSimMessages.QueryHandler
H A DSearchActivity.java289 protected void onQueryComplete(int token, Object cookie, Cursor c) {
/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
/packages/apps/Music/src/com/android/music/
H A DAudioPreview.java132 protected void onQueryComplete(int token, Object cookie, Cursor cursor) {
H A DMusicPicker.java381 protected void onQueryComplete(int token, Object cookie, Cursor cursor) { method in class:MusicPicker.QueryHandler

Completed in 696 milliseconds

12