Lines Matching full:task
1021 // Have only one async task at a time.1186 AsyncTask<Void, Void, String[]> task = new AsyncTask<Void, Void, String[]>() {1195 task.execute();