Lines Matching defs:token
59 void onQueryComplete(int token, Object cookie, CallerInfo ci); in onQueryComplete()
63 void onDataLoaded(int token, Object cookie, CallerInfo ci); in onDataLoaded()
86 final int token, in startQuery()
121 int token, in startDefaultDirectoryQuery()
141 int token, in startQueryInternal()
185 int token, in startOtherDirectoriesQuery()
297 int token, Object cookie, CallerInfo ci, long directoryId) { in onDirectoryQueryComplete()
353 public void onDataLoaded(int token, Object cookie, CallerInfo ci) { in onDataLoaded()
359 public void onQueryComplete(int token, Object cookie, CallerInfo ci) { in onQueryComplete()
389 int token, in startQuery()
431 protected void onQueryComplete(int token, Object cookie, Cursor cursor) { in onQueryComplete()
451 void updateData(int token, Object cookie, Cursor cursor) { in updateData()