Searched refs:badgedAppLabel (Results 1 – 2 of 2) sorted by relevance
99 CharSequence badgedAppLabel = packageManager.getUserBadgedLabel(appLabel, in createRemoveManagedUserDialogView() local104 if (!appLabel.toString().contentEquals(badgedAppLabel)) { in createRemoveManagedUserDialogView()105 textView.setContentDescription(badgedAppLabel); in createRemoveManagedUserDialogView()
272 CharSequence badgedAppLabel = pm.getUserBadgedLabel(info.title, info.mUserHandle); in addServiceSetting() local273 if (info.title.contentEquals(badgedAppLabel)) { in addServiceSetting()276 badgedAppLabel = null; in addServiceSetting()278 Preference pref = new DimmableIconPreference(mContext, badgedAppLabel); in addServiceSetting()