Lines Matching full:asynctask
64 import android.os.AsyncTask;
245 // and the default AsyncTask thread so it is read unprotected from that
629 * <p>These tasks are all done on the same AsyncTask background
636 * <p>AsyncTask's are also implicitly queued. This is useful for corner
650 class EnableDisableTask extends AsyncTask<Integer, Void, Void> {
662 /* AsyncTask sets this thread to THREAD_PRIORITY_BACKGROUND,
705 // Restore default AsyncTask priority
769 * Implemented with a new thread (instead of a Handler or AsyncTask),
770 * because the UI Thread and AsyncTask thread-pools can also get hung
2390 class ApplyRoutingTask extends AsyncTask<Integer, Void, Void> {
2460 // Perform applyRouting() in AsyncTask to serialize blocking calls
2465 // Perform applyRouting() in AsyncTask to serialize blocking calls