Lines Matching refs:token
68 public void onQueryComplete(int token, Object cookie, CallerInfo ci); in onQueryComplete() argument
99 public void startQuery(int token, Object cookie, Uri uri, String[] projection, in startQuery() argument
109 super.startQuery(token, cookie, uri, projection, selection, selectionArgs, orderBy); in startQuery()
217 protected void onQueryComplete(int token, Object cookie, Cursor cursor) { in onQueryComplete() argument
219 Log.d(this, "##### onQueryComplete() ##### query complete for token: " + token); in onQueryComplete()
298 Log.d(this, "constructing CallerInfo object for token: " + token); in onQueryComplete()
303 startQuery(token, endMarker, null, null, null, null, null); in onQueryComplete()
309 " for token: " + token + mCallerInfo); in onQueryComplete()
310 cw.listener.onQueryComplete(token, cw.cookie, mCallerInfo); in onQueryComplete()
338 public static CallerInfoAsyncQuery startQuery(int token, Context context, CallerInfo info, in startQuery() argument
374 c.mHandler.startQuery(token, in startQuery()