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

/packages/apps/Camera2/src/com/android/camera/exif/
H A DExifInterface.java1949 private final DateFormat mDateTimeStampFormat = new SimpleDateFormat(DATETIME_FORMAT_STR); field in class:ExifInterface
1967 mDateTimeStampFormat.setTimeZone(timezone);
1968 ExifTag t = buildTag(tagId, mDateTimeStampFormat.format(timestamp));
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
H A DExifInterface.java1949 private final DateFormat mDateTimeStampFormat = new SimpleDateFormat(DATETIME_FORMAT_STR); field in class:ExifInterface
1967 mDateTimeStampFormat.setTimeZone(timezone);
1968 ExifTag t = buildTag(tagId, mDateTimeStampFormat.format(timestamp));
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
H A DExifInterface.java1949 private final DateFormat mDateTimeStampFormat = new SimpleDateFormat(DATETIME_FORMAT_STR); field in class:ExifInterface
1967 mDateTimeStampFormat.setTimeZone(timezone);
1968 ExifTag t = buildTag(tagId, mDateTimeStampFormat.format(timestamp));
/packages/apps/Mms/src/com/android/mms/exif/
H A DExifInterface.java1949 private final DateFormat mDateTimeStampFormat = new SimpleDateFormat(DATETIME_FORMAT_STR); field in class:ExifInterface
1967 mDateTimeStampFormat.setTimeZone(timezone);
1968 ExifTag t = buildTag(tagId, mDateTimeStampFormat.format(timestamp));

Completed in 49 milliseconds