Searched refs:nextEstimatedLaunchTime (Results 1 – 3 of 3) sorted by relevance
226 final Long nextEstimatedLaunchTime = mEstimatedLaunchTimes.get(userId, pkgName); in getNextEstimatedLaunchTimeLocked() local227 if (nextEstimatedLaunchTime == null in getNextEstimatedLaunchTimeLocked()228 || nextEstimatedLaunchTime < now - mLaunchTimeAllowanceMs) { in getNextEstimatedLaunchTimeLocked()236 return nextEstimatedLaunchTime; in getNextEstimatedLaunchTimeLocked()364 final long nextEstimatedLaunchTime = getNextEstimatedLaunchTimeLocked(userId, pkgName, now); in updateThresholdAlarmLocked() local366 if (nextEstimatedLaunchTime != Long.MAX_VALUE in updateThresholdAlarmLocked()367 && nextEstimatedLaunchTime - now > mLaunchTimeThresholdMs) { in updateThresholdAlarmLocked()370 nextEstimatedLaunchTime - (now + mLaunchTimeThresholdMs); in updateThresholdAlarmLocked()493 final long nextEstimatedLaunchTime = mUsageStatsManagerInternal in handleMessage() local498 + " of " + nextEstimatedLaunchTime in handleMessage()[all …]
194 long nextEstimatedLaunchTime; field in AppIdleHistory.AppUsageHistory475 appUsageHistory.nextEstimatedLaunchTime = launchTime; in setEstimatedLaunchTime()521 || appUsageHistory.nextEstimatedLaunchTime < System.currentTimeMillis()) { in getEstimatedLaunchTime()524 return appUsageHistory.nextEstimatedLaunchTime; in getEstimatedLaunchTime()789 appUsageHistory.nextEstimatedLaunchTime = getLongValue(parser, in readAppIdleTimes()928 if (history.nextEstimatedLaunchTime > 0) { in writeAppIdleTimes()930 Long.toString(history.nextEstimatedLaunchTime)); in writeAppIdleTimes()1012 if (appUsageHistory.nextEstimatedLaunchTime > 0) { in dumpUser()1014 TimeUtils.formatDuration(appUsageHistory.nextEstimatedLaunchTime - now, idpw); in dumpUser()
2180 final long nextEstimatedLaunchTime = in handleMessage() local2185 userId, pkgName, nextEstimatedLaunchTime); in handleMessage()