Searched refs:packageLabel (Results 1 – 3 of 3) sorted by relevance
137 String packageLabel; in onCreate() local139 packageLabel = pm.getApplicationLabel(pm.getApplicationInfo(pkg, 0)).toString(); in onCreate()141 packageLabel = pkg; in onCreate()143 packagesListView.addView(newPackageView(packageLabel)); in onCreate()168 private View newPackageView(String packageLabel) { in newPackageView() argument170 ((TextView) view.findViewById(R.id.package_label)).setText(packageLabel); in newPackageView()
620 CharSequence packageLabel; in showSensorUseReminderNotification() local622 packageLabel = getUiContext().getPackageManager() in showSensorUseReminderNotification()659 packageLabel),0)) in showSensorUseReminderNotification()
1258 CharSequence packageLabel = packageInfo.applicationInfo.loadLabel(pm); in buildSuccessNotification() local1263 .setContentTitle(packageLabel) in buildSuccessNotification()