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

12

/packages/services/Telephony/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.java191 protected void onQueryComplete(int token, Object cookie, Cursor c) { method in class:ADNList.QueryHandler
192 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 DNetworkSetting.java174 public void onQueryComplete(List<OperatorInfo> networkInfoArray, int status) {
/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/ContactsCommon/src/com/android/contacts/common/database/
H A DNoNullCursorAsyncQueryHandler.java44 protected final void onQueryComplete(int token, Object cookie, Cursor cursor) { method in class:NoNullCursorAsyncQueryHandler
47 super.onQueryComplete(token, projectionCookie.originalCookie, cursor);
/packages/apps/Calendar/src/com/android/calendar/selectcalendars/
H A DCalendarColorCache.java61 public void onQueryComplete(int token, Object cookie, Cursor c) {
H A DSelectSyncedCalendarsMultiAccountActivity.java84 protected void onQueryComplete(int token, Object cookie, Cursor cursor) {
H A DSelectVisibleCalendarsFragment.java88 protected void onQueryComplete(int token, Object cookie, Cursor cursor) {
/packages/apps/InCallUI/src/com/android/incallui/
H A DCallerInfoAsyncQuery.java68 public void onQueryComplete(int token, Object cookie, CallerInfo ci); method in interface:CallerInfoAsyncQuery.OnQueryCompleteListener
207 * Overrides onQueryComplete from AsyncQueryHandler.
217 protected void onQueryComplete(int token, Object cookie, Cursor cursor) { method in class:CallerInfoAsyncQuery.CallerInfoAsyncQueryHandler
219 Log.d(this, "##### onQueryComplete() ##### query complete for token: " + token);
228 Log.d(this, "Cookie is null, ignoring onQueryComplete() request.");
310 cw.listener.onQueryComplete(token, cw.cookie, mCallerInfo);
H A DContactInfoCache.java95 public void onQueryComplete(int token, Object cookie, CallerInfo callerInfo) { method in class:ContactInfoCache.FindInfoCallback
/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 DCalendarColorPickerDialog.java81 protected void onQueryComplete(int token, Object cookie, Cursor cursor) { method in class:CalendarColorPickerDialog.QueryService
H A DCalendarUtils.java94 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/Contacts/src/com/android/contacts/activities/
H A DShowOrCreateActivity.java150 public void onQueryComplete(int token, Object cookie, Cursor cursor) { method in class:ShowOrCreateActivity
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DMovieActivity.java147 protected void onQueryComplete(int token, Object cookie,
/packages/apps/Calendar/src/com/android/calendar/alerts/
H A DAlertActivity.java154 protected void onQueryComplete(int token, Object cookie, Cursor cursor) { method in class:AlertActivity.QueryHandler
/packages/apps/Calendar/src/com/android/calendar/event/
H A DCreateEventDialogFragment.java96 public void onQueryComplete(int token, Object cookie, Cursor cursor) { method in class:CreateEventDialogFragment.CalendarQueryService
H A DAttendeesView.java418 protected void onQueryComplete(int queryIndex, Object cookie, Cursor cursor) { method in class:AttendeesView.PresenceQueryHandler
421 Log.d(TAG, "onQueryComplete: cursor=" + cursor + ", cookie=" + cookie);
/packages/apps/Mms/src/com/android/mms/ui/
H A DManageSimMessages.java146 protected void onQueryComplete( method in class:ManageSimMessages.QueryHandler
H A DSearchActivity.java287 protected void onQueryComplete(int token, Object cookie, Cursor c) {
/packages/services/Telecomm/src/com/android/server/telecom/
H A DMissedCallNotifier.java277 protected void onQueryComplete(int token, Object cookie, Cursor cursor) {
278 Log.d(MissedCallNotifier.this, "onQueryComplete()...");
/packages/apps/Music/src/com/android/music/
H A DAudioPreview.java132 protected void onQueryComplete(int token, Object cookie, Cursor cursor) {

Completed in 1634 milliseconds

12