Searched refs:packageLabel (Results 1 – 4 of 4) 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()
57 String packageLabel, String serviceComponent, in createFakeServiceInfo() argument65 when(resolveInfo.loadLabel(any())).thenReturn(packageLabel); in createFakeServiceInfo()
668 CharSequence packageLabel; in showSensorUseReminderNotification() local670 packageLabel = getUiContext().getPackageManager() in showSensorUseReminderNotification()703 R.string.sensor_privacy_start_use_notification_content_text, packageLabel), 0); in showSensorUseReminderNotification()
1983 CharSequence packageLabel = packageInfo.applicationInfo.loadLabel(pm);1988 .setContentTitle(packageLabel)