Searched refs:titleCharSeq (Results 1 – 1 of 1) sorted by relevance
629 CharSequence titleCharSeq = notification.extras.getCharSequence(Notification.EXTRA_TITLE); in updateContentDescription() local631 if (titleCharSeq != null) { in updateContentDescription()632 titleStr = titleCharSeq.toString(); in updateContentDescription()