Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
DSystemServicesProxy.java474 return getBadgedLabel(activityLabel, userId); in getContentDescription()
476 String badgedApplicationLabel = getBadgedLabel(applicationLabel, userId); in getContentDescription()
511 public String getBadgedLabel(String label, int userId) { in getBadgedLabel() method in SystemServicesProxy