Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DTaskIconCache.java197 String taskLabel = td == null ? null : Utilities.trim(td.getLabel()); in getBadgedContentDescription() local
198 if (TextUtils.isEmpty(taskLabel)) { in getBadgedContentDescription()
199 taskLabel = Utilities.trim(info.loadLabel(pm)); in getBadgedContentDescription()
206 return applicationLabel.equals(taskLabel) in getBadgedContentDescription()
207 ? badgedApplicationLabel : badgedApplicationLabel + " " + taskLabel; in getBadgedContentDescription()