Lines Matching full:cookie
1394 protected void onQueryComplete(int token, Object cookie, Cursor cursor) {1396 mActivity.init(cursor, cookie != null);1397 if (token == 0 && cookie != null && cursor != null && cursor.getCount() >= 100) {1398 QueryArgs args = (QueryArgs) cookie;