Home
last modified time | relevance | path

Searched refs:bootTime (Results 1 – 3 of 3) 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/contrib/src/com/android/performance/tests/
DBootTimeTest.java628 double bootTime = INVALID_TIME_DURATION; in testSuccessiveBoots() local
664 bootTime = System.currentTimeMillis() - bootStart; in testSuccessiveBoots()
712 if (bootTime != INVALID_TIME_DURATION) { in testSuccessiveBoots()
714 mBootInfo.get(SUCCESSIVE_BOOT).add(bootTime); in testSuccessiveBoots()
717 bootDelayList.add(bootTime); in testSuccessiveBoots()
720 mBootIterationInfo.put(SUCCESSIVE_BOOT, bootTime); in testSuccessiveBoots()
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DDeviceFlashPreparer.java204 void setDeviceBootTime(long bootTime) { in setDeviceBootTime() argument
205 mDeviceBootTime = bootTime; in setDeviceBootTime()