Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
DActivityManagerWrapper.java177 String activityLabel; in getBadgedContentDescription() local
179 activityLabel = td.getLabel(); in getBadgedContentDescription()
181 activityLabel = info.loadLabel(mPackageManager).toString(); in getBadgedContentDescription()
185 return applicationLabel.equals(activityLabel) in getBadgedContentDescription()
187 : badgedApplicationLabel + " " + activityLabel; in getBadgedContentDescription()
/frameworks/base/tools/aapt/
DCommand.cpp1081 String8 activityLabel; in doDump() local
1124 ResTable::normalizeForOutput(activityLabel.string()) in doDump()
1136 ResTable::normalizeForOutput(activityLabel.string()) in doDump()
1702 activityLabel = AaptXml::getResolvedAttribute(res, tree, LABEL_ATTR, in doDump()