Applications should preferably override AsyncTask`3.onCancelled(Result). This method is invoked by the default implementation of AsyncTask`3.onCancelled(Result).
Runs on the UI thread after AsyncTask`3.cancel(boolean) is invoked and AsyncTask`3.doInBackground(Params...) has finished.