Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java452 final Notification underlyingNotif = notification.getNotification(); in getUpdateMessage() local
453 final Class<? extends Notification.Style> style = underlyingNotif.getNotificationStyle(); in getUpdateMessage()
460 underlyingNotif.extras.getCharSequence(Notification.EXTRA_BIG_TEXT); in getUpdateMessage()
463 : underlyingNotif.extras.getCharSequence(Notification.EXTRA_TEXT); in getUpdateMessage()
467 (Parcelable[]) underlyingNotif.extras.get( in getUpdateMessage()
491 underlyingNotif.extras.getCharSequenceArray(Notification.EXTRA_TEXT_LINES); in getUpdateMessage()
502 return underlyingNotif.extras.getCharSequence(Notification.EXTRA_TEXT); in getUpdateMessage()