Searched refs:lastPredictedTime (Results 1 – 2 of 2) sorted by relevance
115 long lastPredictedTime; field in AppIdleHistory.AppUsageHistory305 appUsageHistory.lastPredictedTime = getElapsedTime(0); in getPackageHistory()357 appUsageHistory.lastPredictedTime = elapsed; in setAppStandbyBucket()377 app.lastPredictedTime = elapsedTimeAdjusted; in updateLastPrediction()547 appUsageHistory.lastPredictedTime = getLongValue(parser, in readAppIdleTimes()614 Long.toString(history.lastPredictedTime)); in writeAppIdleTimes()668 TimeUtils.formatDuration(totalElapsedTime - appUsageHistory.lastPredictedTime, idpw); in dump()
709 return app.lastPredictedTime > 0 in predictionTimedOut()711 - app.lastPredictedTime > mPredictionTimeoutMillis; in predictionTimedOut()