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.java472 String applicationLabel = getApplicationLabel(baseIntent, userId); in getContentDescription() local
473 if (applicationLabel == null) { in getContentDescription()
476 String badgedApplicationLabel = getBadgedLabel(applicationLabel, userId); in getContentDescription()
477 return applicationLabel.equals(activityLabel) ? badgedApplicationLabel in getContentDescription()