Home
last modified time | relevance | path

Searched refs:appsForCategory (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Car/Settings/src/com/android/car/settings/enterprise/
DEnterpriseSetDefaultAppsListPreferenceController.java124 List<ApplicationInfo> appsForCategory = apps.get(typeOfDefault); in createPreferences() local
125 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()
/packages/apps/Settings/src/com/android/settings/enterprise/
DEnterpriseSetDefaultAppsListPreferenceController.java160 final List<ApplicationInfo> appsForCategory = apps.get(typeOfDefault); in createPreferences() local
161 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()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/enterprise/
DEnterpriseSetDefaultAppsListPreferenceController.java156 final List<ApplicationInfo> appsForCategory = apps.get(typeOfDefault); in createPreferences() local
157 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()