Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubble.java842 final Notification underlyingNotif = entry.getStatusBarNotification().getNotification(); in extractFlyoutMessage() local
843 final Class<? extends Notification.Style> style = underlyingNotif.getNotificationStyle(); in extractFlyoutMessage()
846 bubbleMessage.isGroupChat = underlyingNotif.extras.getBoolean( in extractFlyoutMessage()
853 underlyingNotif.extras.getCharSequence(Notification.EXTRA_BIG_TEXT); in extractFlyoutMessage()
856 : underlyingNotif.extras.getCharSequence(Notification.EXTRA_TEXT); in extractFlyoutMessage()
861 (Parcelable[]) underlyingNotif.extras.get( in extractFlyoutMessage()
876 underlyingNotif.extras.getCharSequenceArray(Notification.EXTRA_TEXT_LINES); in extractFlyoutMessage()
889 underlyingNotif.extras.getCharSequence(Notification.EXTRA_TEXT); in extractFlyoutMessage()