Home
last modified time | relevance | path

Searched refs:getAttrib (Results 1 – 1 of 1) sorted by relevance

/pdk/apps/TestingCamera/src/com/android/testingcamera/
DSnapshotDialogFragment.java134 private String getAttrib(ExifInterface exif, String tag) { in getAttrib() method in SnapshotDialogFragment
178 String aperture = getAttrib(exif, ExifInterface.TAG_APERTURE); in updateExif()
180 String dateTime = getAttrib(exif, ExifInterface.TAG_DATETIME); in updateExif()
181 String exposureTime = getAttrib(exif, ExifInterface.TAG_EXPOSURE_TIME); in updateExif()
186 String gpsDatestamp = getAttrib(exif, ExifInterface.TAG_GPS_DATESTAMP); in updateExif()
192 String gpsProcessingMethod = getAttrib(exif, ExifInterface.TAG_GPS_PROCESSING_METHOD); in updateExif()
193 String gpsTimestamp = getAttrib(exif, ExifInterface.TAG_GPS_TIMESTAMP); in updateExif()
197 String iso = getAttrib(exif, ExifInterface.TAG_ISO); in updateExif()
198 String make = getAttrib(exif, ExifInterface.TAG_MAKE); in updateExif()
199 String model = getAttrib(exif, ExifInterface.TAG_MODEL); in updateExif()