Searched refs:downloadResult (Results 1 – 3 of 3) sorted by relevance
30 private val downloadResult = CompletableDeferred<LiveWallpaperDownloadResultModel?>() constant33 downloadResult.complete(result) in setWallpaperDownloadResult()44 return downloadResult.await() in downloadWallpaper()
250 DownloadCompletedOutputParcel downloadResult = in getServiceFlowResultFuture()254 List<String> retainedKeys = downloadResult.getRetainedKeys(); in getServiceFlowResultFuture()276 return downloadResult; in getServiceFlowResultFuture()
169 DownloadCompletedOutput downloadResult = in onDownloadCompleted() local173 receiver.onResult(downloadResult); in onDownloadCompleted()