Home
last modified time | relevance | path

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

/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
DExifInterface.java1949 private final DateFormat mDateTimeStampFormat = new SimpleDateFormat(DATETIME_FORMAT_STR); field in ExifInterface
1967 mDateTimeStampFormat.setTimeZone(timezone); in addDateTimeStampTag()
1968 ExifTag t = buildTag(tagId, mDateTimeStampFormat.format(timestamp)); in addDateTimeStampTag()
/packages/apps/Messaging/src/com/android/messaging/util/exif/
DExifInterface.java1990 private final DateFormat mDateTimeStampFormat = new SimpleDateFormat(DATETIME_FORMAT_STR); field in ExifInterface
2008 mDateTimeStampFormat.setTimeZone(timezone); in addDateTimeStampTag()
2009 ExifTag t = buildTag(tagId, mDateTimeStampFormat.format(timestamp)); in addDateTimeStampTag()
/packages/apps/Camera2/src/com/android/camera/exif/
DExifInterface.java1928 private final DateFormat mDateTimeStampFormat = new SimpleDateFormat(DATETIME_FORMAT_STR); field in ExifInterface
1946 mDateTimeStampFormat.setTimeZone(timezone); in addDateTimeStampTag()
1947 ExifTag t = buildTag(tagId, mDateTimeStampFormat.format(timestamp)); in addDateTimeStampTag()