Home
last modified time | relevance | path

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

/tools/tradefederation/contrib/src/com/android/fastboot/tests/
DFastbootTest.java58 private static final long INVALID_TIME_DURATION = -1; field in FastbootTest
143 long bootStart = INVALID_TIME_DURATION; in testFastboot()
144 long onlineTime = INVALID_TIME_DURATION; in testFastboot()
145 long bootTime = INVALID_TIME_DURATION; in testFastboot()
252 if (onlineTime != INVALID_TIME_DURATION) { in testFastboot()
256 if (bootTime != INVALID_TIME_DURATION) { in testFastboot()
/tools/tradefederation/contrib/src/com/android/performance/tests/
DBootTimeTest.java93 protected static final long INVALID_TIME_DURATION = -1; field in BootTimeTest
626 double bootStart = INVALID_TIME_DURATION; in testSuccessiveBoots()
627 double onlineTime = INVALID_TIME_DURATION; in testSuccessiveBoots()
628 double bootTime = INVALID_TIME_DURATION; in testSuccessiveBoots()
702 if (onlineTime != INVALID_TIME_DURATION) { in testSuccessiveBoots()
712 if (bootTime != INVALID_TIME_DURATION) { in testSuccessiveBoots()