Searched refs:estimatedLaunchTime (Results 1 – 6 of 6) sorted by relevance
35 public final long estimatedLaunchTime; field in AppLaunchEstimateInfo39 estimatedLaunchTime = in.readLong(); in AppLaunchEstimateInfo()43 @CurrentTimeMillisLong long estimatedLaunchTime) { in AppLaunchEstimateInfo() argument45 this.estimatedLaunchTime = estimatedLaunchTime; in AppLaunchEstimateInfo()56 dest.writeLong(estimatedLaunchTime); in writeToParcel()
878 final Long estimatedLaunchTime = estimateEntry.getValue(); in setEstimatedLaunchTimesMillis() local879 if (estimatedLaunchTime == null || estimatedLaunchTime <= 0) { in setEstimatedLaunchTimesMillis()882 estimateList.add(new AppLaunchEstimateInfo(pkgName, estimatedLaunchTime)); in setEstimatedLaunchTimesMillis()
61 void setEstimatedLaunchTime(String packageName, long estimatedLaunchTime, int userId); in setEstimatedLaunchTime() argument
1058 final long estimatedLaunchTime = in reportEvent() local1061 if (estimatedLaunchTime < now || estimatedLaunchTime > now + ONE_WEEK) { in reportEvent()1481 if (estimatedLaunchTime < now || estimatedLaunchTime == Long.MAX_VALUE) { in getEstimatedPackageLaunchTime()1496 return estimatedLaunchTime; in getEstimatedPackageLaunchTime()1589 long estimatedLaunchTime = in handleEstimatedLaunchTimesOnUserUnlock() local1591 if (estimatedLaunchTime < now || estimatedLaunchTime == Long.MAX_VALUE) { in handleEstimatedLaunchTimesOnUserUnlock()1598 if (estimatedLaunchTime < now + ONE_WEEK) { in handleEstimatedLaunchTimesOnUserUnlock()1618 @CurrentTimeMillisLong long estimatedLaunchTime) { in setEstimatedLaunchTime() argument1620 if (estimatedLaunchTime <= now) { in setEstimatedLaunchTime()1628 if (estimatedLaunchTime != oldEstimatedLaunchTime) { in setEstimatedLaunchTime()[all …]
304 final long estimatedLaunchTime = in getLifeCycleBeginningElapsedLocked() local308 if (estimatedLaunchTime != Long.MAX_VALUE) { in getLifeCycleBeginningElapsedLocked()310 estimatedLaunchTime - mPrefetchController.getLaunchTimeThresholdMs()); in getLifeCycleBeginningElapsedLocked()322 final long estimatedLaunchTime = in getLifeCycleEndElapsedLocked() local329 estimatedLaunchTime - mConstants.PREFETCH_FORCE_BATCH_RELAX_THRESHOLD_MS, in getLifeCycleEndElapsedLocked()332 if (estimatedLaunchTime != Long.MAX_VALUE) { in getLifeCycleEndElapsedLocked()333 return estimatedLaunchTime - mConstants.PREFETCH_FORCE_BATCH_RELAX_THRESHOLD_MS; in getLifeCycleEndElapsedLocked()
627 final long estimatedLaunchTime = mEstimatedLaunchTimes.valueAt(u, p); in dumpControllerStateLocked() local631 pw.print(estimatedLaunchTime); in dumpControllerStateLocked()633 TimeUtils.formatDuration(estimatedLaunchTime - now, pw, in dumpControllerStateLocked()