Searched refs:bootTime (Results 1 – 2 of 2) 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()
124 void setDeviceBootTime(long bootTime) { in setDeviceBootTime() argument125 mDeviceBootTime = bootTime; in setDeviceBootTime()