Home
last modified time | relevance | path

Searched defs:estimatedLaunchTime (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/core/java/android/app/usage/
H A DAppLaunchEstimateInfo.java35 public final long estimatedLaunchTime; field in AppLaunchEstimateInfo
43 @CurrentTimeMillisLong long estimatedLaunchTime) { in AppLaunchEstimateInfo()
H A DIUsageStatsManager.aidl61 void setEstimatedLaunchTime(String packageName, long estimatedLaunchTime, int userId); in setEstimatedLaunchTime()
H A DUsageStatsManager.java878 final Long estimatedLaunchTime = estimateEntry.getValue(); in setEstimatedLaunchTimesMillis() local
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/
H A DFlexibilityController.java304 final long estimatedLaunchTime = in getLifeCycleBeginningElapsedLocked() local
322 final long estimatedLaunchTime = in getLifeCycleEndElapsedLocked() local
H A DPrefetchController.java627 final long estimatedLaunchTime = mEstimatedLaunchTimes.valueAt(u, p); in dumpControllerStateLocked() local
/aosp14/frameworks/base/services/usage/java/com/android/server/usage/
H A DUsageStatsService.java1058 final long estimatedLaunchTime = in reportEvent() local
1479 long estimatedLaunchTime = mAppStandby.getEstimatedLaunchTime(packageName, userId); in getEstimatedPackageLaunchTime() local
1589 long estimatedLaunchTime = in handleEstimatedLaunchTimesOnUserUnlock() local
1618 @CurrentTimeMillisLong long estimatedLaunchTime) { in setEstimatedLaunchTime()
2501 public void setEstimatedLaunchTime(String packageName, long estimatedLaunchTime, in setEstimatedLaunchTime()