Searched refs:setEstimatedLaunchTime (Results 1 – 6 of 6) sorted by relevance
/aosp14/frameworks/base/core/java/android/app/usage/ |
H A D | IUsageStatsManager.aidl | 61 void setEstimatedLaunchTime(String packageName, long estimatedLaunchTime, int userId); in setEstimatedLaunchTime() method
|
H A D | UsageStatsManager.java | 849 mService.setEstimatedLaunchTime( in setEstimatedLaunchTimeMillis()
|
/aosp14/frameworks/base/apex/jobscheduler/framework/java/com/android/server/usage/ |
H A D | AppStandbyInternal.java | 85 void setEstimatedLaunchTime(String packageName, int userId, in setEstimatedLaunchTime() method
|
/aosp14/frameworks/base/services/usage/java/com/android/server/usage/ |
H A D | UsageStatsService.java | 1070 mAppStandby.setEstimatedLaunchTime(event.mPackage, userId, 0); in reportEvent() 1483 mAppStandby.setEstimatedLaunchTime(packageName, userId, estimatedLaunchTime); in getEstimatedPackageLaunchTime() 1595 mAppStandby.setEstimatedLaunchTime( in handleEstimatedLaunchTimesOnUserUnlock() 1617 private void setEstimatedLaunchTime(int userId, String packageName, in setEstimatedLaunchTime() method in UsageStatsService 1629 mAppStandby.setEstimatedLaunchTime(packageName, userId, estimatedLaunchTime); in setEstimatedLaunchTime() 1651 mAppStandby.setEstimatedLaunchTime( in setEstimatedLaunchTimes() 2501 public void setEstimatedLaunchTime(String packageName, long estimatedLaunchTime, in setEstimatedLaunchTime() method in UsageStatsService.BinderService 2509 .setEstimatedLaunchTime(userId, packageName, estimatedLaunchTime); in setEstimatedLaunchTime()
|
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/usage/ |
H A D | AppIdleHistory.java | 469 public void setEstimatedLaunchTime(String packageName, int userId, in setEstimatedLaunchTime() method in AppIdleHistory
|
H A D | AppStandbyController.java | 1340 public void setEstimatedLaunchTime(String packageName, int userId, in setEstimatedLaunchTime() method in AppStandbyController 1344 mAppIdleHistory.setEstimatedLaunchTime(packageName, userId, nowElapsed, launchTime); in setEstimatedLaunchTime()
|