Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/datamodel/
DMessageNotificationState.java526 NotificationCompat.Style notifStyle = null; in build() local
561 notifStyle = new NotificationCompat.BigPictureStyle(builder) in build()
567 notifStyle = new NotificationCompat.BigTextStyle(builder) in build()
600 notifStyle = new NotificationCompat.BigTextStyle(builder).bigText(buf); in build()
603 return notifStyle; in build()
791 final NotificationCompat.Style notifStyle = in buildConversationPageForWearable() local
793 notifBuilder.setStyle(notifStyle); in buildConversationPageForWearable()
DBugleNotifications.java465 final NotificationCompat.Style notifStyle = state.build(notifBuilder); in processAndSend() local
467 state.mNotificationStyle = notifStyle; in processAndSend()