Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
DSystemServicesProxy.java902 String badgedApplicationLabel = getBadgedLabel(applicationLabel, userId); in getBadgedContentDescription() local
903 return applicationLabel.equals(activityLabel) ? badgedApplicationLabel in getBadgedContentDescription()
905 badgedApplicationLabel, activityLabel); in getBadgedContentDescription()