Searched refs:notifStyle (Results 1 – 2 of 2) sorted by relevance
525 NotificationCompat.Style notifStyle = null; in build() local560 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() local795 notifBuilder.setStyle(notifStyle); in buildConversationPageForWearable()
465 final NotificationCompat.Style notifStyle = state.build(notifBuilder); in processAndSend() local467 state.mNotificationStyle = notifStyle; in processAndSend()