Home | History | Annotate | Download | only in appusagestatistics

Lines Matching defs:customUsageStats

169         List<CustomUsageStats> customUsageStatsList = new ArrayList<>();
171 CustomUsageStats customUsageStats = new CustomUsageStats();
172 customUsageStats.usageStats = usageStatsList.get(i);
175 .getApplicationIcon(customUsageStats.usageStats.getPackageName());
176 customUsageStats.appIcon = appIcon;
179 customUsageStats.usageStats.getPackageName()));
180 customUsageStats.appIcon = getActivity()
183 customUsageStatsList.add(customUsageStats);