Home
last modified time | relevance | path

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

/aosp12/packages/apps/Camera2/src/com/android/camera/util/
H A DExifUtil.java104 mExif.addDateTimeStampTag(ExifInterface.TAG_DATE_TIME, timestampMs, timezone);
105 mExif.addDateTimeStampTag(ExifInterface.TAG_DATE_TIME_DIGITIZED, timestampMs, timezone);
106 mExif.addDateTimeStampTag(ExifInterface.TAG_DATE_TIME_ORIGINAL, timestampMs, timezone);
/aosp12/packages/apps/Camera2/src/com/android/camera/tinyplanet/
H A DTinyPlanetFragment.java375 exif.addDateTimeStampTag(ExifInterface.TAG_DATE_TIME, System.currentTimeMillis(), in addExif()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/
H A DSaveImage.java320 exif.addDateTimeStampTag(ExifInterface.TAG_DATE_TIME, time, in updateExifData()
/aosp12/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A DExifInterface.java1964 public boolean addDateTimeStampTag(int tagId, long timestamp, TimeZone timezone) { in addDateTimeStampTag() method in ExifInterface
/aosp12/packages/apps/Messaging/src/com/android/messaging/util/exif/
H A DExifInterface.java2005 public boolean addDateTimeStampTag(int tagId, long timestamp, TimeZone timezone) { in addDateTimeStampTag() method in ExifInterface
/aosp12/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
H A DExifInterface.java1964 public boolean addDateTimeStampTag(int tagId, long timestamp, TimeZone timezone) { in addDateTimeStampTag() method in ExifInterface
/aosp12/packages/apps/Camera2/src/com/android/camera/exif/
H A DExifInterface.java1943 public boolean addDateTimeStampTag(int tagId, long timestamp, TimeZone timezone) { in addDateTimeStampTag() method in ExifInterface