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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
H A DPrivateLog.java46 static final SimpleDateFormat sDateFormat = new SimpleDateFormat( 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/services/Telecomm/src/com/android/server/telecom/
H A DLog.java117 private static final DateFormat sDateFormat = new SimpleDateFormat("HH:mm:ss.SSS"); field in class:Log.CallEventRecord
143 pw.print(sDateFormat.format(new Date(mCall.getCreationTimeMillis())));
165 pw.print(sDateFormat.format(new Date(event.time)));
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncher.java331 static DateFormat sDateFormat = field in class:Launcher
4664 sDumpLogs.add(sDateFormat.format(sDateStamp) + ": " + tag + ", " + log

Completed in 554 milliseconds