Searched refs:appsForCategory (Results 1 – 2 of 2) sorted by relevance
147 final List<ApplicationInfo> appsForCategory = apps.get(typeOfDefault); in createPreferences() local148 if (appsForCategory == null || appsForCategory.isEmpty()) { in createPreferences()152 preference.setTitle(getTitle(prefContext, typeOfDefault, appsForCategory.size())); in createPreferences()153 preference.setSummary(buildSummaryString(prefContext, appsForCategory)); in createPreferences()
152 final List<ApplicationInfo> appsForCategory = apps.get(typeOfDefault); in createPreferences() local153 if (appsForCategory == null || appsForCategory.isEmpty()) { in createPreferences()157 preference.setTitle(getTitle(prefContext, typeOfDefault, appsForCategory.size())); in createPreferences()158 preference.setSummary(buildSummaryString(prefContext, appsForCategory)); in createPreferences()