Searched refs:sFormat (Results 1 – 3 of 3) sorted by relevance
44 private static final SimpleDateFormat sFormat = new SimpleDateFormat("MM-dd HH:mm:ss:SSS"); field in SoundTriggerLogger.Event57 return (new StringBuilder(sFormat.format(new Date(mTimestamp)))) in toString()
38 private final static SimpleDateFormat sFormat = new SimpleDateFormat("MM-dd HH:mm:ss:SSS"); field in AudioEventLogger.Event47 return (new StringBuilder(sFormat.format(new Date(mTimestamp)))) in toString()
86 static final SimpleDateFormat sFormat = new SimpleDateFormat("MM-dd HH:mm:ss:SSS"); field in UsbHostManager120 return (new StringBuilder(sFormat.format(new Date(mTimestamp)))).toString(); in formatTime()