Searched refs:mResultValue (Results 1 – 1 of 1) sorted by relevance
131 public String mResultValue; field in NetworkFragment.DownloadTask.Result134 mResultValue = resultValue; in Result()200 } else if (result.mResultValue != null) { in onPostExecute()201 mCallback.updateFromDownload(result.mResultValue); in onPostExecute()