Home
last modified time | relevance | path

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

/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
DExifInterface.java714 mGPSDateStampFormat.setTimeZone(TimeZone.getTimeZone("UTC")); in ExifInterface()
1950 private final DateFormat mGPSDateStampFormat = new SimpleDateFormat(GPS_DATE_FORMAT_STR); field in ExifInterface
2012 ExifTag t = buildTag(TAG_GPS_DATE_STAMP, mGPSDateStampFormat.format(timestamp)); in addGpsDateTimeStampTag()