Searched refs:setEstimatedLaunchTimes (Results 1 – 3 of 3) sorted by relevance
65 void setEstimatedLaunchTimes(in ParceledListSlice appLaunchTimes, int userId); in setEstimatedLaunchTimes() method
931 mService.setEstimatedLaunchTimes(slice, mContext.getUserId()); in setEstimatedLaunchTimesMillis()
1770 private void setEstimatedLaunchTimes(int userId, List<AppLaunchEstimateInfo> launchEstimates) { in setEstimatedLaunchTimes() method in UsageStatsService2733 public void setEstimatedLaunchTimes(ParceledListSlice estimatedLaunchTimes, int userId) { in setEstimatedLaunchTimes() method in UsageStatsService.BinderService2740 .setEstimatedLaunchTimes(userId, estimatedLaunchTimes.getList()); in setEstimatedLaunchTimes()