Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DTaskIconCache.java203 String badgedApplicationLabel = userId != UserHandle.myUserId() in getBadgedContentDescription() local
207 ? badgedApplicationLabel : badgedApplicationLabel + " " + taskLabel; in getBadgedContentDescription()