Home
last modified time | relevance | path

Searched defs:fileToDownload (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/services/Telephony/testapps/EmbmsServiceTestApp/src/com/android/phone/testapps/embmsmw/
H A DEmbmsSampleDownloadService.java332 FileInfo fileToDownload = filesToDownload.get(i / 2); in performDownload() local
346 UriPathPair tempFile, UriPathPair extraTempFile, FileInfo fileToDownload) { in downloadSingleFile()