Searched refs:INVALID_TIME_DURATION (Results 1 – 2 of 2) sorted by relevance
58 private static final long INVALID_TIME_DURATION = -1; field in FastbootTest143 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()
93 protected static final long INVALID_TIME_DURATION = -1; field in BootTimeTest626 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()