Searched refs:getFullAppLabel (Results 1 – 6 of 6) sorted by relevance
59 preference.setTitle(Utils.getFullAppLabel(appInfo, context)); in createHeaderPreference()
65 label = Utils.getFullAppLabel(appInfo, context), in <lambda>()
155 preference.setTitle(Utils.getFullAppLabel(qualifyingApplicationInfo, context)); in onRoleChanged()
165 String title = Utils.getFullAppLabel(qualifyingApplicationInfo, context); in onRoleChanged()
585 Utils.getFullAppLabel(appInfo, app) in <lambda>()
635 public static String getFullAppLabel(@NonNull ApplicationInfo applicationInfo, in getFullAppLabel() method in Utils