Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/enterprise/
H A DEnterpriseSetDefaultAppsListPreferenceController.java147 final List<ApplicationInfo> appsForCategory = apps.get(typeOfDefault); in createPreferences() local
148 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()
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/enterprise/
H A DEnterpriseSetDefaultAppsListPreferenceController.java152 final List<ApplicationInfo> appsForCategory = apps.get(typeOfDefault); in createPreferences() local
153 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()