Searched refs:taskLabel (Results 1 – 1 of 1) sorted by relevance
197 String taskLabel = td == null ? null : Utilities.trim(td.getLabel()); in getBadgedContentDescription() local198 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()