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