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