Home
last modified time | relevance | path

Searched refs:tempFileList (Results 1 – 1 of 1) sorted by relevance

/packages/services/Telephony/testapps/EmbmsServiceTestApp/src/com/android/phone/testapps/embmsmw/
DEmbmsSampleDownloadService.java397 ArrayList<Uri> tempFileList = new ArrayList<>(2); in downloadSingleFile() local
398 tempFileList.add(tempFile.getFilePathUri()); in downloadSingleFile()
399 tempFileList.add(extraTempFile.getFilePathUri()); in downloadSingleFile()
401 VendorUtils.EXTRA_TEMP_LIST, tempFileList); in downloadSingleFile()