Searched refs:appBuckets (Results 1 – 3 of 3) sorted by relevance
604 public void setAppStandbyBuckets(Map<String, Integer> appBuckets) { in setAppStandbyBuckets() argument605 if (appBuckets == null) { in setAppStandbyBuckets()608 final List<AppStandbyInfo> bucketInfoList = new ArrayList<>(appBuckets.size()); in setAppStandbyBuckets()609 for (Map.Entry<String, Integer> bucketEntry : appBuckets.entrySet()) { in setAppStandbyBuckets()
54 void setAppStandbyBuckets(in ParceledListSlice appBuckets, int userId); in setAppStandbyBuckets() argument
1287 public void setAppStandbyBuckets(ParceledListSlice appBuckets, int userId) { in setAppStandbyBuckets() argument1306 List<AppStandbyInfo> bucketList = appBuckets.getList(); in setAppStandbyBuckets()