Searched refs:underlyingNotif (Results 1 – 1 of 1) sorted by relevance
1009 final Notification underlyingNotif = entry.getStatusBarNotification().getNotification(); in extractFlyoutMessage() local1010 final Class<? extends Notification.Style> style = underlyingNotif.getNotificationStyle(); in extractFlyoutMessage()1013 bubbleMessage.isGroupChat = underlyingNotif.extras.getBoolean( in extractFlyoutMessage()1020 underlyingNotif.extras.getCharSequence(Notification.EXTRA_BIG_TEXT); in extractFlyoutMessage()1023 : underlyingNotif.extras.getCharSequence(Notification.EXTRA_TEXT); in extractFlyoutMessage()1028 (Parcelable[]) underlyingNotif.extras.get( in extractFlyoutMessage()1043 underlyingNotif.extras.getCharSequenceArray(Notification.EXTRA_TEXT_LINES); in extractFlyoutMessage()1056 underlyingNotif.extras.getCharSequence(Notification.EXTRA_TEXT); in extractFlyoutMessage()