Searched refs:getFullAppLabel (Results 1 – 6 of 6) sorted by relevance
59 preference.setTitle(Utils.getFullAppLabel(appInfo, context)); in createHeaderPreference()
273 pref.setTitle(Utils.getFullAppLabel(app.getAppInfo(), context)); in onPermissionsLoaded()
150 preference.setTitle(Utils.getFullAppLabel(qualifyingApplicationInfo, context)); in onRoleChanged()
164 String title = Utils.getFullAppLabel(qualifyingApplicationInfo, context); in onRoleChanged()
327 Utils.getFullAppLabel(appInfo, app) in <lambda>()
660 public static String getFullAppLabel(@NonNull ApplicationInfo applicationInfo, in getFullAppLabel() method in Utils