Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubble.java838 final CharSequence titleCharSeq = e.getStatusBarNotification() in getTitle() local
840 return titleCharSeq == null ? null : titleCharSeq.toString(); in getTitle()