Searched refs:bootTime (Results 1 – 3 of 3) sorted by relevance
145 long bootTime = INVALID_TIME_DURATION; in testFastboot() local212 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()
628 double bootTime = INVALID_TIME_DURATION; in testSuccessiveBoots() local664 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()
204 void setDeviceBootTime(long bootTime) { in setDeviceBootTime() argument205 mDeviceBootTime = bootTime; in setDeviceBootTime()