Home
last modified time | relevance | path

Searched refs:setEstimatedLaunchTimes (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/app/usage/
DIUsageStatsManager.aidl65 void setEstimatedLaunchTimes(in ParceledListSlice appLaunchTimes, int userId); in setEstimatedLaunchTimes() method
DUsageStatsManager.java931 mService.setEstimatedLaunchTimes(slice, mContext.getUserId()); in setEstimatedLaunchTimesMillis()
/frameworks/base/services/usage/java/com/android/server/usage/
DUsageStatsService.java1770 private void setEstimatedLaunchTimes(int userId, List<AppLaunchEstimateInfo> launchEstimates) { in setEstimatedLaunchTimes() method in UsageStatsService
2733 public void setEstimatedLaunchTimes(ParceledListSlice estimatedLaunchTimes, int userId) { in setEstimatedLaunchTimes() method in UsageStatsService.BinderService
2740 .setEstimatedLaunchTimes(userId, estimatedLaunchTimes.getList()); in setEstimatedLaunchTimes()