Home
last modified time | relevance | path

Searched defs:formatter (Results 1 – 10 of 10) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DNestedRemoteDevice.java141 SimpleDateFormat formatter = new SimpleDateFormat("HH:mm:ss"); in logDebugFiles() local
/tools/loganalysis/tests/src/com/android/loganalysis/parser/
DMonkeyLogParserTest.java782 DateFormat formatter = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); in parseTime() local
DBugreportParserTest.java763 DateFormat formatter = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss.SSS"); in parseTime() local
DLogcatParserTest.java842 DateFormat formatter = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss.SSS"); in parseTime() local
/tools/loganalysis/src/com/android/loganalysis/parser/
DBugreportParser.java306 DateFormat formatter = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); in parseTime() local
DLogcatParser.java433 DateFormat formatter = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss.SSS"); in parseTime() local
/tools/tradefederation/core/tests/src/com/android/tradefed/result/
DFileSystemLogSaverTest.java154 SimpleDateFormat formatter = new SimpleDateFormat(RetentionFileSaver.RETENTION_DATE_FORMAT); in testGetFileDir_retention() local
DLogFileSaverTest.java139 SimpleDateFormat formatter = new SimpleDateFormat(RetentionFileSaver.RETENTION_DATE_FORMAT); in testGetFileDir_retention() local
/tools/tradefederation/core/src/com/android/tradefed/log/
DLogUtil.java59 SimpleDateFormat formatter = new SimpleDateFormat("MM-dd HH:mm:ss"); in getLogFormatString() local
/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Dtel_test_utils.py2329 def phone_number_formatter(input_string, formatter=None): argument