Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubble.java1055 final Notification underlyingNotif = entry.getStatusBarNotification().getNotification(); in extractFlyoutMessage() local
1056 final Class<? extends Notification.Style> style = underlyingNotif.getNotificationStyle(); in extractFlyoutMessage()
1059 bubbleMessage.isGroupChat = underlyingNotif.extras.getBoolean( in extractFlyoutMessage()
1066 underlyingNotif.extras.getCharSequence(Notification.EXTRA_BIG_TEXT); in extractFlyoutMessage()
1069 : underlyingNotif.extras.getCharSequence(Notification.EXTRA_TEXT); in extractFlyoutMessage()
1074 (Parcelable[]) underlyingNotif.extras.get( in extractFlyoutMessage()
1089 underlyingNotif.extras.getCharSequenceArray(Notification.EXTRA_TEXT_LINES); in extractFlyoutMessage()
1102 underlyingNotif.extras.getCharSequence(Notification.EXTRA_TEXT); in extractFlyoutMessage()