Searched refs:bundleFile (Results 1 – 1 of 1) sorted by relevance
47 public static PersistableBundle readBundle(@NonNull File bundleFile) throws IOException { in readBundle() argument48 AtomicFile atomicFile = new AtomicFile(bundleFile); in readBundle()