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

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

Completed in 171 milliseconds