Home | History | Annotate | Download | only in nfc

Lines Matching refs:AsyncTask

54 import android.os.AsyncTask;
195 // and the default AsyncTask thread so it is read unprotected from that
445 * <p>These tasks are all done on the same AsyncTask background
452 * <p>AsyncTask's are also implicitly queued. This is useful for corner
464 class EnableDisableTask extends AsyncTask<Integer, Void, Void> {
476 /* AsyncTask sets this thread to THREAD_PRIORITY_BACKGROUND,
511 // Restore default AsyncTask priority
575 * Implemented with a new thread (instead of a Handler or AsyncTask),
576 * because the UI Thread and AsyncTask thread-pools can also get hung
1942 class ApplyRoutingTask extends AsyncTask<Integer, Void, Void> {
1971 // Perform applyRouting() in AsyncTask to serialize blocking calls