Home
last modified time | relevance | path

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

/tools/tradefederation/contrib/src/com/android/fastboot/tests/
DFastbootTest.java143 long bootStart = INVALID_TIME_DURATION; in testFastboot() local
185 bootStart = System.currentTimeMillis(); in testFastboot()
199 onlineTime = System.currentTimeMillis() - bootStart; in testFastboot()
212 bootTime = System.currentTimeMillis() - bootStart; in testFastboot()
/tools/tradefederation/contrib/src/com/android/performance/tests/
DBootTimeTest.java626 double bootStart = INVALID_TIME_DURATION; in testSuccessiveBoots() local
644 bootStart = System.currentTimeMillis(); in testSuccessiveBoots()
646 onlineTime = System.currentTimeMillis() - bootStart; in testSuccessiveBoots()
664 bootTime = System.currentTimeMillis() - bootStart; in testSuccessiveBoots()