Home
last modified time | relevance | path

Searched refs:dateFormatter (Results 1 – 5 of 5) sorted by relevance

/external/smack/asmack-master/static-src/custom/de/measite/smack/
DAndroidDebugger.java31 private SimpleDateFormat dateFormatter = new SimpleDateFormat("hh:mm:ss aaa"); field in AndroidDebugger
59 dateFormatter.format(new Date()) + " RCV (" + connection.hashCode() + in createDebug()
71 dateFormatter.format(new Date()) + " SENT (" + connection.hashCode() + in createDebug()
90 dateFormatter.format(new Date()) + " RCV PKT (" + in createDebug()
101 dateFormatter.format(new Date()) + " Connection closed (" + in createDebug()
108 dateFormatter.format(new Date()) + in createDebug()
116 dateFormatter.format(new Date()) + in createDebug()
124 dateFormatter.format(new Date()) + " Connection reconnected (" + in createDebug()
130 dateFormatter.format(new Date()) + " Connection (" + in createDebug()
/external/smack/src/de/measite/smack/
DAndroidDebugger.java31 private SimpleDateFormat dateFormatter = new SimpleDateFormat("hh:mm:ss aaa"); field in AndroidDebugger
59 dateFormatter.format(new Date()) + " RCV (" + connection.hashCode() + in createDebug()
71 dateFormatter.format(new Date()) + " SENT (" + connection.hashCode() + in createDebug()
90 dateFormatter.format(new Date()) + " RCV PKT (" + in createDebug()
101 dateFormatter.format(new Date()) + " Connection closed (" + in createDebug()
108 dateFormatter.format(new Date()) + in createDebug()
116 dateFormatter.format(new Date()) + in createDebug()
124 dateFormatter.format(new Date()) + " Connection reconnected (" + in createDebug()
130 dateFormatter.format(new Date()) + " Connection (" + in createDebug()
/external/smack/src/org/jivesoftware/smack/debugger/
DConsoleDebugger.java45 private SimpleDateFormat dateFormatter = new SimpleDateFormat("hh:mm:ss aaa"); field in ConsoleDebugger
73 dateFormatter.format(new Date()) + " RCV (" + connection.hashCode() + in createDebug()
85 dateFormatter.format(new Date()) + " SENT (" + connection.hashCode() + in createDebug()
104 dateFormatter.format(new Date()) + " RCV PKT (" + in createDebug()
115 dateFormatter.format(new Date()) + " Connection closed (" + in createDebug()
122 dateFormatter.format(new Date()) + in createDebug()
130 dateFormatter.format(new Date()) + in createDebug()
138 dateFormatter.format(new Date()) + " Connection reconnected (" + in createDebug()
144 dateFormatter.format(new Date()) + " Connection (" + in createDebug()
/external/apache-http/src/org/apache/commons/logging/impl/
DSimpleLog.java103 static protected DateFormat dateFormatter = null; field in SimpleLog
172 dateFormatter = new SimpleDateFormat(dateTimeFormat);
176 dateFormatter = new SimpleDateFormat(dateTimeFormat);
283 buf.append(dateFormatter.format(new Date())); in log()
/external/smack/src/org/jivesoftware/smack/util/
DStringUtils.java59 …private static final DateFormat dateFormatter = DateFormatType.XEP_0082_DATE_PROFILE.createFormatt… field in StringUtils
88 dateFormatter.setTimeZone(utc);
103 couplings.add(new PatternCouplings(datePattern, dateFormatter)); in couplings.add() argument