Searched refs:inboxStyle (Results 1 – 2 of 2) sorted by relevance
270 final Notification.InboxStyle inboxStyle = new Notification.InboxStyle(builder); in updateWithLocked() local273 inboxStyle.addLine(getDownloadTitle(res, info)); in updateWithLocked()281 inboxStyle.setSummaryText(remainingText); in updateWithLocked()288 inboxStyle.setSummaryText( in updateWithLocked()292 notif = inboxStyle.build(); in updateWithLocked()
396 NotificationCompat.InboxStyle inboxStyle = null; in build() local397 inboxStyle = new NotificationCompat.InboxStyle(builder); in build()425 inboxStyle.addLine(BugleNotifications.formatInboxMessage( in build()440 return inboxStyle; in build()1312 final NotificationCompat.InboxStyle inboxStyle = in checkFailedMessages() local1315 inboxStyle.addLine(Html.fromHtml(line2.toString())); in checkFailedMessages()1317 builder.setStyle(inboxStyle); in checkFailedMessages()