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/bubbles/
DBubble.java342 final Notification underlyingNotif = mEntry.notification.getNotification(); in getUpdateMessage() local
343 final Class<? extends Notification.Style> style = underlyingNotif.getNotificationStyle(); in getUpdateMessage()
350 underlyingNotif.extras.getCharSequence(Notification.EXTRA_BIG_TEXT); in getUpdateMessage()
353 : underlyingNotif.extras.getCharSequence(Notification.EXTRA_TEXT); in getUpdateMessage()
357 (Parcelable[]) underlyingNotif.extras.get( in getUpdateMessage()
381 underlyingNotif.extras.getCharSequenceArray(Notification.EXTRA_TEXT_LINES); in getUpdateMessage()
392 return underlyingNotif.extras.getCharSequence(Notification.EXTRA_TEXT); in getUpdateMessage()