Searched refs:lastPredictedTime (Results 1 – 2 of 2) sorted by relevance
138 long lastPredictedTime; field in AppIdleHistory.AppUsageHistory341 appUsageHistory.lastPredictedTime = getElapsedTime(0); in getPackageHistory()387 appUsageHistory.lastPredictedTime = elapsed; in setAppStandbyBucket()406 app.lastPredictedTime = elapsedTimeAdjusted; in updateLastPrediction()624 appUsageHistory.lastPredictedTime = getLongValue(parser, in readAppIdleTimes()719 Long.toString(history.lastPredictedTime)); in writeAppIdleTimes()792 TimeUtils.formatDuration(totalElapsedTime - appUsageHistory.lastPredictedTime, idpw); in dumpUser()
819 return app.lastPredictedTime > 0 in predictionTimedOut()821 - app.lastPredictedTime > mPredictionTimeoutMillis; in predictionTimedOut()