Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
DSystemServicesProxy.java895 String activityLabel; in getBadgedContentDescription() local
897 activityLabel = td.getLabel(); in getBadgedContentDescription()
899 activityLabel = info.loadLabel(mPm).toString(); in getBadgedContentDescription()
903 return applicationLabel.equals(activityLabel) ? badgedApplicationLabel in getBadgedContentDescription()
905 badgedApplicationLabel, activityLabel); in getBadgedContentDescription()
/frameworks/base/tools/aapt/
DCommand.cpp1097 String8 activityLabel; in doDump() local
1140 ResTable::normalizeForOutput(activityLabel.string()) in doDump()
1152 ResTable::normalizeForOutput(activityLabel.string()) in doDump()
1690 activityLabel = AaptXml::getResolvedAttribute(res, tree, LABEL_ATTR, in doDump()