Searched refs:mIsCancelled (Results 1 – 5 of 5) sorted by relevance
114 private volatile boolean mIsCancelled; field in ThreadPool.Worker151 if (mIsCancelled) return; in cancel()152 mIsCancelled = true; in cancel()165 return mIsCancelled; in isCancelled()196 if (mIsCancelled && mCancelListener != null) { in setCancelListener()233 if (mIsCancelled) { in acquireResource()
280 private boolean mIsCancelled = false; field in MediaSet.MultiSetSyncFuture300 if (mIsCancelled) return; in cancel()301 mIsCancelled = true; in cancel()308 return mIsCancelled; in isCancelled()
339 private boolean mIsCancelled = false; field in DownloadCache.TaskProxy343 if (mIsCancelled) return; in setResult()354 mIsCancelled = true; in get()359 while (!mIsCancelled && mEntry == null) { in get()
130 private boolean mIsCancelled; field in TestTimer.Task141 mIsCancelled = true; in cancel()151 return mIsCancelled; in isCancelled()
99 private boolean mIsCancelled; field in ContactBrowseListFragment.ContactLookupTask140 mIsCancelled = true; in cancel()149 if (mIsCancelled || !isAdded()) { in onPostExecute()