Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DBubbleTextView.java795 getAppLabelPluralString(itemInfo.contentDescription.toString(), count)); in applyDotState()
1037 private String getAppLabelPluralString(String appName, int notificationCount) { in getAppLabelPluralString() method in BubbleTextView