Home
last modified time | relevance | path

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

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