Searched defs:getTagStringValue (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/exif/
H A DExifInterface.java1226 public String getTagStringValue(int tagId, int ifdId) { method in class:ExifInterface
1237 public String getTagStringValue(int tagId) { method in class:ExifInterface
1239 return getTagStringValue(tagId, ifdId);
1934 String latitudeRef = getTagStringValue(TAG_GPS_LATITUDE_REF);
1936 String longitudeRef = getTagStringValue(TAG_GPS_LONGITUDE_REF);
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
H A DExifInterface.java1226 public String getTagStringValue(int tagId, int ifdId) { method in class:ExifInterface
1237 public String getTagStringValue(int tagId) { method in class:ExifInterface
1239 return getTagStringValue(tagId, ifdId);
1934 String latitudeRef = getTagStringValue(TAG_GPS_LATITUDE_REF);
1936 String longitudeRef = getTagStringValue(TAG_GPS_LONGITUDE_REF);
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
H A DExifInterface.java1226 public String getTagStringValue(int tagId, int ifdId) { method in class:ExifInterface
1237 public String getTagStringValue(int tagId) { method in class:ExifInterface
1239 return getTagStringValue(tagId, ifdId);
1934 String latitudeRef = getTagStringValue(TAG_GPS_LATITUDE_REF);
1936 String longitudeRef = getTagStringValue(TAG_GPS_LONGITUDE_REF);
/packages/apps/Mms/src/com/android/mms/exif/
H A DExifInterface.java1226 public String getTagStringValue(int tagId, int ifdId) { method in class:ExifInterface
1237 public String getTagStringValue(int tagId) { method in class:ExifInterface
1239 return getTagStringValue(tagId, ifdId);
1934 String latitudeRef = getTagStringValue(TAG_GPS_LATITUDE_REF);
1936 String longitudeRef = getTagStringValue(TAG_GPS_LONGITUDE_REF);

Completed in 86 milliseconds