Searched refs:packageLabel (Results 1 – 8 of 8) sorted by relevance
29 return packageLabel != null ? packageLabel.equals( in equals()30 that.packageLabel) : that.packageLabel == null; in equals()41 public CharSequence packageLabel; field in ZenRuleInfo
218 int byAppName = mCollator.compare(lhs.packageLabel, rhs.packageLabel);
108 ri.packageLabel = ci.applicationInfo.loadLabel(pm); in getRuleInfo()
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()
65 String packageName, String packageLabel) { in createHeaderPreference() argument69 preference.setTitle(packageLabel); in createHeaderPreference()
493 val packageLabel = KotlinUtils.getPackageLabel(app, packageName, user) regex494 LocationUtils.showLocationDialog(context, packageLabel)
624 CharSequence packageLabel; in showSensorUseReminderNotification() local626 packageLabel = getUiContext().getPackageManager() in showSensorUseReminderNotification()663 packageLabel),0)) in showSensorUseReminderNotification()
1300 CharSequence packageLabel = packageInfo.applicationInfo.loadLabel(pm); in buildSuccessNotification() local1305 .setContentTitle(packageLabel) in buildSuccessNotification()