Searched refs:inboxStyle (Results 1 – 2 of 2) sorted by relevance
357 final Notification.InboxStyle inboxStyle = new Notification.InboxStyle(builder); in updateWithLocked() local361 inboxStyle.addLine(getDownloadTitle(res, cursor)); in updateWithLocked()369 inboxStyle.setSummaryText(remainingText); in updateWithLocked()376 inboxStyle.setSummaryText( in updateWithLocked()380 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()