Searched refs:taskLabel (Results 1 – 1 of 1) sorted by relevance
209 String taskLabel = td == null ? null : Utilities.trim(td.getLabel()); in getBadgedContentDescription() local210 if (TextUtils.isEmpty(taskLabel)) { in getBadgedContentDescription()211 taskLabel = Utilities.trim(info.loadLabel(pm)); in getBadgedContentDescription()218 return applicationLabel.equals(taskLabel) in getBadgedContentDescription()219 ? badgedApplicationLabel : badgedApplicationLabel + " " + taskLabel; in getBadgedContentDescription()