Searched defs:cookie (Results 1 - 25 of 36) sorted by relevance

12

/packages/apps/Contacts/src/com/android/contacts/util/
H A DNotifyingAsyncQueryHandler.java40 void onQueryComplete(int token, Object cookie, Cursor cursor); argument
58 protected void onQueryComplete(int token, Object cookie, Cursor cursor) { argument
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) { argument
H A DSpecialCharSequenceMgr.java143 // create the cookie object
147 // setup the cookie fields
283 * the cookie that a cancel request is made.
316 protected void onQueryComplete(int token, Object cookie, Cursor c) { argument
317 SimContactQueryCookie sc = (SimContactQueryCookie) cookie;
/packages/apps/Calendar/src/com/android/calendar/
H A DContactsAsyncHelper.java54 public void onImageLoadComplete(int token, Object cookie, ImageView iView, argument
H A DAsyncQueryService.java152 * @param cookie An object that gets passed into {@link #onQueryComplete}
169 public void startQuery(int token, Object cookie, Uri uri, String[] projection, argument
177 info.cookie = cookie;
193 * @param cookie An object that gets passed into {@link #onInsertComplete}
201 public void startInsert(int token, Object cookie, Uri uri, ContentValues initialValues, argument
209 info.cookie = cookie;
223 * @param cookie An object that gets passed into {@link #onUpdateComplete}
237 public void startUpdate(int token, Object cookie, Ur argument
274 startDelete(int token, Object cookie, Uri uri, String selection, String[] selectionArgs, long delayMillis) argument
305 startBatch(int token, Object cookie, String authority, ArrayList<ContentProviderOperation> cpo, long delayMillis) argument
329 onQueryComplete(int token, Object cookie, Cursor cursor) argument
344 onInsertComplete(int token, Object cookie, Uri uri) argument
359 onUpdateComplete(int token, Object cookie, int result) argument
374 onDeleteComplete(int token, Object cookie, int result) argument
391 onBatchComplete(int token, Object cookie, ContentProviderResult[] results) argument
[all...]
H A DAsyncQueryServiceHelper.java63 public Object cookie; field in class:AsyncQueryServiceHelper.OperationInfo
131 builder.append(",\n\t cookie= ");
132 builder.append(cookie);
H A DCalendarUtils.java93 protected void onQueryComplete(int token, Object cookie, Cursor cursor) { argument
125 SharedPreferences prefs = getSharedPreferences((Context)cookie, mPrefsName);
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DShowOrCreateActivity.java152 public void onQueryComplete(int token, Object cookie, Cursor cursor) { argument
H A DConfirmAddDetailActivity.java428 protected void onQueryComplete(int token, Object cookie, Cursor cursor) { argument
/packages/apps/Calendar/src/com/android/calendar/alerts/
H A DAlertActivity.java124 protected void onQueryComplete(int token, Object cookie, Cursor cursor) { argument
140 protected void onInsertComplete(int token, Object cookie, Uri uri) { argument
142 Long alarmTime = (Long) cookie;
156 protected void onUpdateComplete(int token, Object cookie, int result) { argument
/packages/apps/Calendar/src/com/android/calendar/event/
H A DAttendeesView.java368 protected void onQueryComplete(int queryIndex, Object cookie, Cursor cursor) { argument
369 if (cursor == null || cookie == null) {
371 Log.d(TAG, "onQueryComplete: cursor=" + cursor + ", cookie=" + cookie);
376 final AttendeeItem item = (AttendeeItem)cookie;
H A DEditEventFragment.java139 protected void onQueryComplete(int token, Object cookie, Cursor cursor) { argument
/packages/apps/Contacts/src/com/android/contacts/calllog/
H A DCallLogQueryHandler.java254 protected synchronized void onQueryComplete(int token, Object cookie, Cursor cursor) { argument
/packages/apps/Mms/src/com/android/mms/ui/
H A DManageSimMessages.java125 int token, Object cookie, Cursor cursor) {
124 onQueryComplete( int token, Object cookie, Cursor cursor) argument
H A DConversationList.java664 protected void onQueryComplete(int token, Object cookie, Cursor cursor) { argument
688 Collection<Long> threadIds = (Collection<Long>)cookie;
701 protected void onDeleteComplete(int token, Object cookie, int result) { argument
/packages/apps/Phone/src/com/android/phone/
H A DADNList.java185 protected void onQueryComplete(int token, Object cookie, Cursor c) { argument
193 protected void onInsertComplete(int token, Object cookie, argument
200 protected void onUpdateComplete(int token, Object cookie, int result) { argument
206 protected void onDeleteComplete(int token, Object cookie, int result) { argument
H A DDeleteFdnContactScreen.java166 protected void onQueryComplete(int token, Object cookie, Cursor c) { argument
169 protected void onInsertComplete(int token, Object cookie, argument
173 protected void onUpdateComplete(int token, Object cookie, int result) { argument
176 protected void onDeleteComplete(int token, Object cookie, int result) { argument
H A DManageConferenceUtils.java324 public void onQueryComplete(int token, Object cookie, CallerInfo ci) { argument
328 ViewGroup vg = (ViewGroup) cookie;
H A DEditFdnContactScreen.java414 protected void onQueryComplete(int token, Object cookie, Cursor c) { argument
418 protected void onInsertComplete(int token, Object cookie, argument
426 protected void onUpdateComplete(int token, Object cookie, int result) { argument
433 protected void onDeleteComplete(int token, Object cookie, int result) { argument
/packages/apps/Calendar/src/com/android/calendar/selectcalendars/
H A DSelectSyncedCalendarsMultiAccountAdapter.java129 protected void onQueryComplete(int token, Object cookie, Cursor cursor) { argument
134 Cursor currentCursor = mChildrenCursors.get(cookie);
148 mChildrenCursors.put((String)cookie, newCursor);
357 public RefreshCalendars(int token, String cookie, String accountType) { argument
359 mAccount = cookie;
/packages/apps/Calendar/tests/src/com/android/calendar/
H A DAsyncQueryServiceTest.java93 work[index].cookie = ++mId;
104 aqs.startQuery(work[index].token, work[index].cookie, work[index].uri,
122 work[index].cookie = ++mId;
131 aqs.startInsert(work[index].token, work[index].cookie, work[index].uri, work[index].values,
148 work[index].cookie = ++mId;
159 aqs.startUpdate(work[index].token, work[index].cookie, work[index].uri, work[index].values,
176 work[index].cookie = ++mId;
186 work[index].cookie,
206 work[index].cookie = ++mId;
219 work[index].cookie,
464 onQueryComplete(int token, Object cookie, Cursor cursor) argument
483 onInsertComplete(int token, Object cookie, Uri uri) argument
496 onUpdateComplete(int token, Object cookie, int result) argument
509 onDeleteComplete(int token, Object cookie, int result) argument
522 onBatchComplete(int token, Object cookie, ContentProviderResult[] results) argument
[all...]
/packages/apps/Music/src/com/android/music/
H A DPlaylistBrowserActivity.java558 protected void onQueryComplete(int token, Object cookie, Cursor cursor) { argument
H A DQueryBrowserActivity.java354 protected void onQueryComplete(int token, Object cookie, Cursor cursor) { argument
H A DAlbumBrowserActivity.java523 protected void onQueryComplete(int token, Object cookie, Cursor cursor) { argument
H A DMusicPicker.java381 protected void onQueryComplete(int token, Object cookie, Cursor cursor) { argument

Completed in 388 milliseconds

12