Searched refs:appsForCategory (Results 1 – 3 of 3) sorted by relevance
124 List<ApplicationInfo> appsForCategory = apps.get(typeOfDefault); in createPreferences() local125 if (appsForCategory == null || appsForCategory.isEmpty()) { in createPreferences()130 preference.setTitle(getTitle(prefContext, typeOfDefault, appsForCategory.size())); in createPreferences()131 preference.setSummary(buildSummaryString(prefContext, appsForCategory)); in createPreferences()
160 final List<ApplicationInfo> appsForCategory = apps.get(typeOfDefault); in createPreferences() local161 if (appsForCategory == null || appsForCategory.isEmpty()) { in createPreferences()165 preference.setTitle(getTitle(prefContext, typeOfDefault, appsForCategory.size())); in createPreferences()166 preference.setSummary(buildSummaryString(prefContext, appsForCategory)); in createPreferences()
156 final List<ApplicationInfo> appsForCategory = apps.get(typeOfDefault); in createPreferences() local157 if (appsForCategory == null || appsForCategory.isEmpty()) { in createPreferences()161 preference.setTitle(getTitle(prefContext, typeOfDefault, appsForCategory.size())); in createPreferences()162 preference.setSummary(buildSummaryString(prefContext, appsForCategory)); in createPreferences()