Searched refs:mNotificationStyle (Results 1 – 2 of 2) sorted by relevance
467 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()
63 public NotificationCompat.Style mNotificationStyle; field in NotificationState