HomeSort by relevance Sort by last modified time
    Searched refs:TIME_FORMAT (Results 1 - 6 of 6) sorted by null

  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
ExifTag.java 105 private static final SimpleDateFormat TIME_FORMAT = new SimpleDateFormat("yyyy:MM:dd kk:mm:ss");
527 // synchronized on TIME_FORMAT as SimpleDateFormat is not thread safe
528 synchronized (TIME_FORMAT) {
529 return setValue(TIME_FORMAT.format(new Date(time)));
    [all...]
  /packages/apps/Camera2/src/com/android/camera/exif/
ExifTag.java 105 private static final SimpleDateFormat TIME_FORMAT = new SimpleDateFormat("yyyy:MM:dd kk:mm:ss");
527 // synchronized on TIME_FORMAT as SimpleDateFormat is not thread safe
528 synchronized (TIME_FORMAT) {
529 return setValue(TIME_FORMAT.format(new Date(time)));
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifTag.java 105 private static final SimpleDateFormat TIME_FORMAT = new SimpleDateFormat("yyyy:MM:dd kk:mm:ss");
527 // synchronized on TIME_FORMAT as SimpleDateFormat is not thread safe
528 synchronized (TIME_FORMAT) {
529 return setValue(TIME_FORMAT.format(new Date(time)));
    [all...]
  /packages/apps/Launcher3/src/com/android/gallery3d/exif/
ExifTag.java 105 private static final SimpleDateFormat TIME_FORMAT = new SimpleDateFormat("yyyy:MM:dd kk:mm:ss");
527 // synchronized on TIME_FORMAT as SimpleDateFormat is not thread safe
528 synchronized (TIME_FORMAT) {
529 return setValue(TIME_FORMAT.format(new Date(time)));
    [all...]
  /packages/apps/Mms/src/com/android/mms/exif/
ExifTag.java 105 private static final SimpleDateFormat TIME_FORMAT = new SimpleDateFormat("yyyy:MM:dd kk:mm:ss");
527 // synchronized on TIME_FORMAT as SimpleDateFormat is not thread safe
528 synchronized (TIME_FORMAT) {
529 return setValue(TIME_FORMAT.format(new Date(time)));
    [all...]
  /external/srec/portable/src/
plog.c 252 #define TIME_FORMAT L("%Y/%m/%d %H:%M:%S")
319 timeStrSize = LSTRFTIME(timeStr, TIME_BUF_SIZE, TIME_FORMAT, loctime);

Completed in 1100 milliseconds