Searched defs:sDateFormat (Results 1 - 1 of 1) 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())));

Completed in 25 milliseconds