Searched refs:appUsageHistory (Results 1 – 1 of 1) sorted by relevance
326 appUsageHistory.lastUsedByUserElapsedTime = appUsageHistory.lastUsedElapsedTime; in reportUsage()339 return appUsageHistory; in reportUsage()405 return appUsageHistory; in getPackageHistory()424 return appUsageHistory; in getAppUsageHistory()519 if (appUsageHistory == null in getEstimatedLaunchTime()540 if (appUsageHistory == null || appUsageHistory.lastJobRunTime == Long.MIN_VALUE) { in getTimeSinceLastJobRun()550 if (appUsageHistory == null || appUsageHistory.lastUsedByUserElapsedTime == Long.MIN_VALUE in getTimeSinceLastUsedByUser()561 return appUsageHistory == null ? STANDBY_BUCKET_NEVER : appUsageHistory.currentBucket; in getAppStandbyBucket()579 return appUsageHistory != null ? appUsageHistory.bucketingReason : 0; in getAppStandbyReason()637 if (appUsageHistory == null || appUsageHistory.lastUsedElapsedTime < 0 in getThresholdIndex()[all …]