Home
last modified time | relevance | path

Searched defs:timestamp (Results 1 – 8 of 8) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/result/
DXmlResultReporter.java97 String timestamp = getTimestamp(); in generateSummary() local
137 String timestamp = dateFormat.format(new Date()); in getTimestamp() local
148 void printTestResults(KXmlSerializer serializer, String timestamp, long elapsedTime) in printTestResults()
DRetentionFileSaver.java58 String timestamp; in shouldDelete() local
DMetricsXMLResultReporter.java94 String timestamp = getTimeStamp(); in generateResults() local
127 private void printRunResults(KXmlSerializer serializer, String timestamp, long elapsedTime) in printRunResults()
/tools/tradefederation/core/src/com/android/tradefed/util/hostmetric/
DHostMetric.java39 public HostMetric(String name, long timestamp, long value, Map<String, String> data) { in HostMetric()
/tools/tradefederation/core/prod-tests/src/com/android/performance/tests/
DHermeticLaunchTest.java469 long timestamp = SEC_TO_MILLI in parseAtraceInfoFile() local
659 private double timestamp; field in HermeticLaunchTest.TraceRecord
664 public TraceRecord(String name, String processId, long timestamp) { in TraceRecord()
690 public void setTimestamp(long timestamp) { in setTimestamp()
/tools/tradefederation/core/prod-tests/src/com/android/framework/tests/
DBandwidthMicroBenchMarkTest.java155 String timestamp = bandwidthTestMetrics.get(TIMESTAMP_LABEL); in run() local
193 private Map<String, String> fetchDataFromTestServer(String deviceId, String timestamp) { in fetchDataFromTestServer()
/tools/tradefederation/core/tests/src/com/android/tradefed/result/
DFileSystemLogSaverTest.java153 String timestamp = StreamUtil.getStringFromStream(new FileInputStream(retentionFile)); in testGetFileDir_retention() local
DLogFileSaverTest.java138 String timestamp = StreamUtil.getStringFromStream(new FileInputStream(retentionFile)); in testGetFileDir_retention() local