Searched refs:mException (Results 1 – 1 of 1) sorted by relevance
132 public Exception mException; field in NetworkFragment.DownloadTask.Result137 mException = exception; in Result()198 if (result.mException != null) { in onPostExecute()199 mCallback.updateFromDownload(result.mException.getMessage()); in onPostExecute()