Searched refs:applicationLabel (Results 1 – 1 of 1) sorted by relevance
472 String applicationLabel = getApplicationLabel(baseIntent, userId); in getContentDescription() local473 if (applicationLabel == null) { in getContentDescription()476 String badgedApplicationLabel = getBadgedLabel(applicationLabel, userId); in getContentDescription()477 return applicationLabel.equals(activityLabel) ? badgedApplicationLabel in getContentDescription()