Searched refs:applicationLabel (Results 1 – 2 of 2) sorted by relevance
185 String applicationLabel = info.applicationInfo.loadLabel(mPackageManager).toString(); in getBadgedContentDescription() local186 String badgedApplicationLabel = getBadgedLabel(applicationLabel, userId); in getBadgedContentDescription()187 return applicationLabel.equals(activityLabel) in getBadgedContentDescription()
661 static AppErrorDialog newInstance(@NonNull CharSequence applicationLabel) { in newInstance() argument663 dialog.setArgument(applicationLabel); in newInstance()688 static AppErrorDialog newInstance(@NonNull CharSequence applicationLabel) {690 dialog.setArgument(applicationLabel);