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.java525 NotificationCompat.Style notifStyle = null; in build() local
560 notifStyle = new NotificationCompat.BigPictureStyle(builder) in build()
566 notifStyle = new NotificationCompat.BigTextStyle(builder) in build()
599 notifStyle = new NotificationCompat.BigTextStyle(builder).bigText(buf); in build()
602 return notifStyle; in build()
793 final NotificationCompat.Style notifStyle = in buildConversationPageForWearable() local
795 notifBuilder.setStyle(notifStyle); in buildConversationPageForWearable()
DBugleNotifications.java465 final NotificationCompat.Style notifStyle = state.build(notifBuilder); in processAndSend() local
467 state.mNotificationStyle = notifStyle; in processAndSend()