Home
last modified time | relevance | path

Searched refs:mPopulatingTask (Results 1 – 1 of 1) sorted by relevance

/samples/Support4Demos/src/main/java/com/example/android/supportv4/app/
DLoaderThrottleSupport.java401 android.os.AsyncTask<Void, Void, Void> mPopulatingTask; field in LoaderThrottleSupport.ThrottledLoaderListFragment
438 if (mPopulatingTask != null) { in onOptionsItemSelected()
439 mPopulatingTask.cancel(false); in onOptionsItemSelected()
441 mPopulatingTask = new android.os.AsyncTask<Void, Void, Void>() { in onOptionsItemSelected()
461 mPopulatingTask.execute((Void[]) null); in onOptionsItemSelected()
465 if (mPopulatingTask != null) { in onOptionsItemSelected()
466 mPopulatingTask.cancel(false); in onOptionsItemSelected()
467 mPopulatingTask = null; in onOptionsItemSelected()