Searched refs:asyncTask (Results 1 – 3 of 3) sorted by relevance
288 for (AsyncTask asyncTask : loadTokens) { in cancelItems()289 if (asyncTask != null) { in cancelItems()290 asyncTask.cancel(false); in cancelItems()
781 if (views.asyncTask != null) { in onViewRecycled()782 views.asyncTask.cancel(true); in onViewRecycled()922 viewHolder.asyncTask = loadDataTask; in loadAndRender()
240 public AsyncTask<Void, Void, ?> asyncTask; field in CallLogListItemViewHolder