Lines Matching full:asynctask
80 import android.os.AsyncTask;424 new AsyncTask<Void, Void, Void>() {443 }.executeOnExecutor(AsyncTask.THREAD_POOL_EXECUTOR);2146 private static class UidDetailTask extends AsyncTask<Void, Void, UidDetail> {2169 AsyncTask.THREAD_POOL_EXECUTOR));