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

  /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);
  /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/WallpaperPicker/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...]
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 

Completed in 207 milliseconds