Home
last modified time | relevance | path

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

/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/populator/
DManifestFileGroupPopulator.java125 private Supplier<ManifestFileFlag> manifestFileFlagSupplier; field in ManifestFileGroupPopulator.Builder
190 Supplier<ManifestFileFlag> manifestFileFlagSupplier) { in setManifestFileFlagSupplier() argument
191 this.manifestFileFlagSupplier = manifestFileFlagSupplier; in setManifestFileFlagSupplier()
273 manifestFileFlagSupplier, "Must call setManifestFileFlagSupplier() before build()."); in build()
292 private final Supplier<ManifestFileFlag> manifestFileFlagSupplier; field in ManifestFileGroupPopulator
318 this.manifestFileFlagSupplier = builder.manifestFileFlagSupplier; in ManifestFileGroupPopulator()
338 ManifestFileFlag manifestFileFlag = manifestFileFlagSupplier.get(); in refreshFileGroups()