Searched refs:inFileName (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/exif/
H A DExifInterface.java752 * @param inFileName a string representing the filepath to jpeg file.
756 public void readExif(String inFileName) throws FileNotFoundException, IOException { argument
757 if (inFileName == null) {
762 is = new BufferedInputStream(new FileInputStream(inFileName));
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
H A DExifInterface.java752 * @param inFileName a string representing the filepath to jpeg file.
756 public void readExif(String inFileName) throws FileNotFoundException, IOException { argument
757 if (inFileName == null) {
762 is = (InputStream) new BufferedInputStream(new FileInputStream(inFileName));
/packages/apps/Launcher3/src/com/android/gallery3d/exif/
H A DExifInterface.java752 * @param inFileName a string representing the filepath to jpeg file.
756 public void readExif(String inFileName) throws FileNotFoundException, IOException { argument
757 if (inFileName == null) {
762 is = (InputStream) new BufferedInputStream(new FileInputStream(inFileName));
/packages/apps/Mms/src/com/android/mms/exif/
H A DExifInterface.java752 * @param inFileName a string representing the filepath to jpeg file.
756 public void readExif(String inFileName) throws FileNotFoundException, IOException { argument
757 if (inFileName == null) {
762 is = new BufferedInputStream(new FileInputStream(inFileName));

Completed in 50 milliseconds