Searched refs:startDownloading (Results 1 – 4 of 4) sorted by relevance
140 public ListenableFuture<Void> startDownloading(DownloadRequest downloadRequest) { in startDownloading() method in OnDevicePersonalizationFileDownloader155 return mLocalFileDownloader.startDownloading(downloadRequest); in startDownloading()167 return mOffroad2FileDownloader.startDownloading(downloadRequest); in startDownloading()
89 public ListenableFuture<Void> startDownloading(DownloadRequest downloadRequest) { in startDownloading() method in OnDevicePersonalizationLocalFileDownloader
66 ListenableFuture<Void> future = downloader.startDownloading(downloadRequest); in testValidDebugUrl()84 ListenableFuture<Void> future = downloader.startDownloading(downloadRequest); in testUnsecureUrl()
61 ListenableFuture<Void> future = downloader.startDownloading(downloadRequest); in testValidDebugUrl()