Searched refs:stopUptime (Results 1 – 2 of 2) sorted by relevance
230 long stopUptime = monkeyLog.getStopUptimeDuration(); in getStatus() local232 if (stopUptime - startUptime < totalDuration - MonkeyBase.UPTIME_BUFFER) { in getStatus()
734 long stopUptime = mMonkeyLog.getStopUptimeDuration(); in checkResults() local738 "Uptime failure", stopUptime - startUptime > totalDuration - UPTIME_BUFFER); in checkResults()