@Override
 public void onConnectCanceled() {
   mStatus = DownloadStatus.STATUS_CANCELED;
   mResponse.onConnectCanceled();
   onDestroy();
 }