Searched refs:manifestFileUri (Results 1 – 1 of 1) sorted by relevance
/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/populator/ |
D | ManifestFileGroupPopulator.java | 370 Uri manifestFileUri = in refreshFileGroups() local 393 manifestFileUrl, manifestFileUri, bookkeepingRef), in refreshFileGroups() 423 mobileDataDownload, manifestFileUri, bookkeepingRef); in refreshFileGroups() 429 mobileDataDownload, manifestFileUri, bookkeepingRef); in refreshFileGroups() 433 downloadManifestFile(manifestFileUrl, manifestFileUri)) in refreshFileGroups() 437 manifestFileUrl, manifestFileUri, bookkeepingRef), in refreshFileGroups() 442 mobileDataDownload, manifestFileUri, bookkeepingRef), in refreshFileGroups() 454 deleteManifestFileChecked(manifestFileUri); in refreshFileGroups() 496 Uri manifestFileUri, 498 return PropagatedFluentFuture.from(parseManifestFile(manifestFileUri)) [all …]
|