Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleOverflowContainerView.java343 String titleStr = b.getTitle(); in onBindViewHolder() local
344 if (titleStr == null) { in onBindViewHolder()
345 titleStr = mContext.getResources().getString(R.string.notification_bubble_title); in onBindViewHolder()
348 R.string.bubble_content_description_single, titleStr, b.getAppName())); in onBindViewHolder()
DBubbleStackView.java1807 String titleStr = bubble.getTitle(); in updateContentDescription() local
1808 if (titleStr == null) { in updateContentDescription()
1809 titleStr = getResources().getString(R.string.notification_bubble_title); in updateContentDescription()
1815 R.string.bubble_content_description_single, titleStr, appName)); in updateContentDescription()
1820 titleStr, appName, moreCount)); in updateContentDescription()