Searched refs:getFullAppLabel (Results 1 – 8 of 8) sorted by relevance
59 preference.setTitle(Utils.getFullAppLabel(appInfo, context)); in createHeaderPreference()
80 return Utils.getFullAppLabel(applicationInfo, context) + "@" in getTitle()
65 defaultLabel = Utils.getFullAppLabel(appInfo, context), in <lambda>()
86 Utils.getFullAppLabel(appInfo, app) in getPackageLabel()
155 preference.setTitle(Utils.getFullAppLabel(applicationInfo, context)); in onApplicationListChanged()
281 String title = Utils.getFullAppLabel(applicationInfo, context); in addApplicationPreferences()
540 Utils.getFullAppLabel(appInfo, app) in <lambda>()
645 public static String getFullAppLabel(@NonNull ApplicationInfo applicationInfo, in getFullAppLabel() method in Utils