Searched refs:dateFormatter (Results 1 - 8 of 8) sorted by relevance

/external/smack/asmack-master/static-src/custom/de/measite/smack/
H A DAndroidDebugger.java31 private SimpleDateFormat dateFormatter = new SimpleDateFormat("hh:mm:ss aaa"); field in class:AndroidDebugger
59 dateFormatter.format(new Date()) + " RCV (" + connection.hashCode() +
71 dateFormatter.format(new Date()) + " SENT (" + connection.hashCode() +
90 dateFormatter.format(new Date()) + " RCV PKT (" +
101 dateFormatter.format(new Date()) + " Connection closed (" +
108 dateFormatter.format(new Date()) +
116 dateFormatter.format(new Date()) +
124 dateFormatter.format(new Date()) + " Connection reconnected (" +
130 dateFormatter.format(new Date()) + " Connection (" +
/external/smack/src/de/measite/smack/
H A DAndroidDebugger.java31 private SimpleDateFormat dateFormatter = new SimpleDateFormat("hh:mm:ss aaa"); field in class:AndroidDebugger
59 dateFormatter.format(new Date()) + " RCV (" + connection.hashCode() +
71 dateFormatter.format(new Date()) + " SENT (" + connection.hashCode() +
90 dateFormatter.format(new Date()) + " RCV PKT (" +
101 dateFormatter.format(new Date()) + " Connection closed (" +
108 dateFormatter.format(new Date()) +
116 dateFormatter.format(new Date()) +
124 dateFormatter.format(new Date()) + " Connection reconnected (" +
130 dateFormatter.format(new Date()) + " Connection (" +
/external/smack/src/org/jivesoftware/smack/debugger/
H A DConsoleDebugger.java45 private SimpleDateFormat dateFormatter = new SimpleDateFormat("hh:mm:ss aaa"); field in class:ConsoleDebugger
73 dateFormatter.format(new Date()) + " RCV (" + connection.hashCode() +
85 dateFormatter.format(new Date()) + " SENT (" + connection.hashCode() +
104 dateFormatter.format(new Date()) + " RCV PKT (" +
115 dateFormatter.format(new Date()) + " Connection closed (" +
122 dateFormatter.format(new Date()) +
130 dateFormatter.format(new Date()) +
138 dateFormatter.format(new Date()) + " Connection reconnected (" +
144 dateFormatter.format(new Date()) + " Connection (" +
/external/apache-http/src/org/apache/commons/logging/impl/
H A DSimpleLog.java103 static protected DateFormat dateFormatter = null; field in class:SimpleLog
172 dateFormatter = new SimpleDateFormat(dateTimeFormat);
176 dateFormatter = new SimpleDateFormat(dateTimeFormat);
283 buf.append(dateFormatter.format(new Date()));
/external/chromium_org/chrome/browser/resources/file_manager/js/photo/
H A Dphoto_import.js168 var dateFormatter = Intl.DateTimeFormat(
175 dateFormatter.format(new Date()));
250 var dateFormatter = Intl.DateTimeFormat(
286 title: dateFormatter.format(date),
/external/smack/src/org/jivesoftware/smack/util/
H A DStringUtils.java59 private static final DateFormat dateFormatter = DateFormatType.XEP_0082_DATE_PROFILE.createFormatter(); field in class:StringUtils
88 dateFormatter.setTimeZone(utc);
103 couplings.add(new PatternCouplings(datePattern, dateFormatter));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.commons.logging_1.0.4.v201005080501.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Dcommons-logging-1.1.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/logging/ ...

Completed in 2596 milliseconds