Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleStackView.java630 String titleStr = getResources().getString(R.string.stream_notification); in updateContentDescription() local
632 titleStr = titleCharSeq.toString(); in updateContentDescription()
638 R.string.bubble_content_description_single, titleStr, appName); in updateContentDescription()
642 R.string.bubble_content_description_stack, titleStr, appName, moreCount); in updateContentDescription()