Home
last modified time | relevance | path

Searched refs:bootTime (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/contrib/src/com/android/fastboot/tests/
DFastbootTest.java145 long bootTime = INVALID_TIME_DURATION; in testFastboot() local
212 bootTime = System.currentTimeMillis() - bootStart; in testFastboot()
251 CLog.d("Device online time: %dms, initial boot time: %dms", onlineTime, bootTime); in testFastboot()
256 if (bootTime != INVALID_TIME_DURATION) { in testFastboot()
259 TfMetricProtoUtil.stringToMetric(Long.toString(bootTime))); in testFastboot()
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DDeviceFlashPreparer.java124 void setDeviceBootTime(long bootTime) { in setDeviceBootTime() argument
125 mDeviceBootTime = bootTime; in setDeviceBootTime()