Searched refs:lastPredictedTime (Results 1 – 2 of 2) sorted by relevance
139 long lastPredictedTime; field in AppIdleHistory.AppUsageHistory344 appUsageHistory.lastPredictedTime = getElapsedTime(0); in getPackageHistory()390 appUsageHistory.lastPredictedTime = elapsed; in setAppStandbyBucket()409 app.lastPredictedTime = elapsedTimeAdjusted; in updateLastPrediction()627 appUsageHistory.lastPredictedTime = getLongValue(parser, in readAppIdleTimes()722 Long.toString(history.lastPredictedTime)); in writeAppIdleTimes()795 TimeUtils.formatDuration(totalElapsedTime - appUsageHistory.lastPredictedTime, idpw); in dumpUser()
885 return app.lastPredictedTime > 0 in predictionTimedOut()887 - app.lastPredictedTime > mPredictionTimeoutMillis; in predictionTimedOut()