Searched refs:appBuckets (Results 1 – 3 of 3) sorted by relevance
558 public void setAppStandbyBuckets(Map<String, Integer> appBuckets) { in setAppStandbyBuckets() argument559 if (appBuckets == null) { in setAppStandbyBuckets()562 final List<AppStandbyInfo> bucketInfoList = new ArrayList<>(appBuckets.size()); in setAppStandbyBuckets()563 for (Map.Entry<String, Integer> bucketEntry : appBuckets.entrySet()) { in setAppStandbyBuckets()
50 void setAppStandbyBuckets(in ParceledListSlice appBuckets, int userId); in setAppStandbyBuckets() argument
1020 public void setAppStandbyBuckets(ParceledListSlice appBuckets, int userId) { in setAppStandbyBuckets() argument1039 List<AppStandbyInfo> bucketList = appBuckets.getList(); in setAppStandbyBuckets()