Searched refs:packageLabel (Results 1 – 2 of 2) sorted by relevance
122 String packageLabel; in onCreate() local124 packageLabel = pm.getApplicationLabel(pm.getApplicationInfo(pkg, 0)).toString(); in onCreate()126 packageLabel = pkg; in onCreate()128 packagesListView.addView(newPackageView(packageLabel)); in onCreate()153 private View newPackageView(String packageLabel) { in newPackageView() argument155 ((TextView) view.findViewById(R.id.package_label)).setText(packageLabel); in newPackageView()
1091 CharSequence packageLabel = packageInfo.applicationInfo.loadLabel(pm); in buildSuccessNotification() local1096 .setContentTitle(packageLabel) in buildSuccessNotification()