Searched refs:sDateFormat (Results 1 - 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
H A DPrivateLog.java46 private static final SimpleDateFormat sDateFormat = field in class:PrivateLog
90 c.put(COLUMN_DATE, sDateFormat.format(new Date(System.currentTimeMillis())));
/packages/apps/Camera/src/com/android/camera/
H A DCameraHolder.java74 private static SimpleDateFormat sDateFormat = new SimpleDateFormat( field in class:CameraHolder
103 String date = sDateFormat.format(new Date(s.time));
/packages/apps/Gallery2/src/com/android/camera/
H A DCameraHolder.java74 private static SimpleDateFormat sDateFormat = new SimpleDateFormat( field in class:CameraHolder
103 String date = sDateFormat.format(new Date(s.time));

Completed in 196 milliseconds