Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/datamodel/
DBugleNotifications.java467 state.mNotificationStyle = notifStyle; in processAndSend()
721 if (attachmentUri != null && notificationState.mNotificationStyle != null && in sendNotification()
722 (notificationState.mNotificationStyle instanceof in sendNotification()
785 notifBuilder.setStyle(notificationState.mNotificationStyle); in fireOffNotification()
814 ((NotificationCompat.BigPictureStyle) notificationState.mNotificationStyle) in fireOffNotification()
DNotificationState.java63 public NotificationCompat.Style mNotificationStyle; field in NotificationState