Home
last modified time | relevance | path

Searched refs:getTimestamp (Results 1 – 10 of 10) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/util/
DFileIdleMonitor.java89 private long getTimestamp() { in getTimestamp() method in FileIdleMonitor
95 long timestamp = getTimestamp(); in checkIfIdle()
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/metric/
DGameQualificationFpsCollector.java276 appLaunchedTime = e.getTimestamp(); in doEnd()
282 summaryBuilder.setLoadTimeMs(e.getTimestamp() - appLaunchedTime); in doEnd()
291 long endTime = e.getTimestamp() * 1000000; /* ms to ns */ in doEnd()
/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterHostEvent.java72 public long getTimestamp() { in getTimestamp() method in ClusterHostEvent
207 json.put("time", this.getTimestamp() / 1000); in toJSON()
DClusterCommandEvent.java79 public long getTimestamp() { in getTimestamp() method in ClusterCommandEvent
216 json.put("time", this.getTimestamp() / 1000); in toJSON()
/tools/tradefederation/core/javatests/com/android/tradefed/cluster/
DClusterDeviceMonitorTest.java151 Assert.assertNotNull(hostEvent.getTimestamp()); in testDispatch()
174 Assert.assertNotNull(hostEvent.getTimestamp()); in testLabel()
264 Assert.assertNotNull(hostEvent.getTimestamp()); in testDeviceExtraInfo()
DClusterCommandSchedulerTest.java1628 assertNotNull(hostEvent.getTimestamp());
/tools/tradefederation/core/src/com/android/tradefed/result/
DXmlResultReporter.java94 String timestamp = getTimestamp(); in generateSummary()
129 String getTimestamp() { in getTimestamp() method in XmlResultReporter
/tools/tradefederation/core/javatests/com/android/tradefed/result/
DXmlResultReporterTest.java85 String getTimestamp() { in setUp()
/tools/tradefederation/contrib/src/com/android/performance/tests/
DHermeticLaunchTest.java790 public double getTimestamp() { in getTimestamp() method in HermeticLaunchTest.TraceRecord
/tools/metalava/metalava-model-text/src/test/resources/com/android/tools/metalava/model/text/core/api/
D1.12.0-beta01.txt702 method public long getTimestamp();