Searched refs:mIsCancelled (Results 1 – 4 of 4) sorted by relevance
106 private volatile boolean mIsCancelled; field in ThreadPool.Worker141 if (mIsCancelled) return; in cancel()142 mIsCancelled = true; in cancel()154 return mIsCancelled; in isCancelled()181 if (mIsCancelled && mCancelListener != null) { in setCancelListener()217 if (mIsCancelled) { in acquireResource()
278 private boolean mIsCancelled = false; field in MediaSet.MultiSetSyncFuture298 if (mIsCancelled) return; in cancel()299 mIsCancelled = true; in cancel()306 return mIsCancelled; in isCancelled()
337 private boolean mIsCancelled = false; field in DownloadCache.TaskProxy341 if (mIsCancelled) return; in setResult()351 mIsCancelled = true; in get()356 while (!mIsCancelled && mEntry == null) { in get()
101 private boolean mIsCancelled; field in ContactBrowseListFragment.ContactLookupTask139 mIsCancelled = true; in cancel()148 if (mIsCancelled || !isAdded()) { in onPostExecute()