Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleStackView.java629 CharSequence titleCharSeq = notification.extras.getCharSequence(Notification.EXTRA_TITLE); in updateContentDescription() local
631 if (titleCharSeq != null) { in updateContentDescription()
632 titleStr = titleCharSeq.toString(); in updateContentDescription()