Searched defs:fileInputStream (Results 1 – 6 of 6) sorted by relevance
55 FileInputStream fileInputStream = new FileInputStream(mFile); in deserialize()
244 try (FileInputStream fileInputStream = atomicFile.openRead()) { in testWriteBackgroundInstalledPackagesToDisk_empty()299 try (FileInputStream fileInputStream = atomicFile.openRead()) { in testWriteBackgroundInstalledPackagesToDisk_one()356 try (FileInputStream fileInputStream = atomicFile.openRead()) { in testWriteBackgroundInstalledPackagesToDisk_two()
152 FileInputStream fileInputStream = new FileInputStream(snapshotFile) in readFromDisk()
215 try (FileInputStream fileInputStream = atomicFile.openRead()) { in parseFile()
225 FileInputStream fileInputStream = mAssets.openFd(source).createInputStream(); in copyAssetToFile() local
382 try (FileInputStream fileInputStream = atomicFile.openRead()) { in initBackgroundInstalledPackages()