Searched refs:sDateFormat (Results 1 – 3 of 3) sorted by relevance
31 private static DateFormat sDateFormat = new SimpleDateFormat("yyyy/MM/dd HH:mm:ss"); field in FileUtil45 fos.write(sDateFormat.format(new Date()).getBytes()); in writeDateToFile()
49 private static final SimpleDateFormat sDateFormat = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); field in UserUsageStatsService435 sDateFormat.format(stats.beginTime) + "(" + stats.beginTime + in loadActiveStats()443 sDateFormat.format(currentTimeMillis) + "(" + in loadActiveStats()465 sDateFormat.format(mDailyExpiryDate.getTimeInMillis()) + "(" + in updateRolloverDeadline()
172 private final DateFormat sDateFormat = new SimpleDateFormat("HH:mm:ss.SSS"); field in EventManager.EventRecord227 pw.print(sDateFormat.format(new Date(event.time))); in dump()