Searched refs:lastPredictedTime (Results 1 – 2 of 2) sorted by relevance
115 long lastPredictedTime; field in AppIdleHistory.AppUsageHistory305 appUsageHistory.lastPredictedTime = getElapsedTime(0); in getPackageHistory()350 appUsageHistory.lastPredictedTime = elapsed; in setAppStandbyBucket()370 app.lastPredictedTime = elapsedTimeAdjusted; in updateLastPrediction()552 appUsageHistory.lastPredictedTime = getLongValue(parser, in readAppIdleTimes()624 Long.toString(history.lastPredictedTime)); in writeAppIdleTimes()678 TimeUtils.formatDuration(totalElapsedTime - appUsageHistory.lastPredictedTime, idpw); in dump()
752 return app.lastPredictedTime > 0 in predictionTimedOut()754 - app.lastPredictedTime > mPredictionTimeoutMillis; in predictionTimedOut()