Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleOverflowActivity.java278 String titleStr = b.getTitle(); in onBindViewHolder() local
279 if (titleStr == null) { in onBindViewHolder()
280 titleStr = mContext.getResources().getString(R.string.notification_bubble_title); in onBindViewHolder()
283 R.string.bubble_content_description_single, titleStr, b.getAppName())); in onBindViewHolder()
DBubbleStackView.java1422 String titleStr = bubble.getTitle(); in updateContentDescription() local
1423 if (titleStr == null) { in updateContentDescription()
1424 titleStr = getResources().getString(R.string.notification_bubble_title); in updateContentDescription()
1430 R.string.bubble_content_description_single, titleStr, appName)); in updateContentDescription()
1435 titleStr, appName, moreCount)); in updateContentDescription()