Searched refs:storedFile (Results 1 – 1 of 1) sorted by relevance
134 File storedFile = new File(mPhotoStore.get(photoFileId).path); in runStorageTestForResource() local135 assertTrue(storedFile.exists()); in runStorageTestForResource()136 byte[] actualStoredVersion = readInputStreamFully(new FileInputStream(storedFile)); in runStorageTestForResource()