Home
last modified time | relevance | path

Searched refs:applicationLabel (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
DSystemServicesProxy.java900 String applicationLabel = info.applicationInfo.loadLabel(mPm).toString(); in getBadgedContentDescription() local
901 String badgedApplicationLabel = getBadgedLabel(applicationLabel, userId); in getBadgedContentDescription()
902 return applicationLabel.equals(activityLabel) ? badgedApplicationLabel in getBadgedContentDescription()