Searched refs:inboxStyle (Results 1 – 2 of 2) sorted by relevance
377 final Notification.InboxStyle inboxStyle = new Notification.InboxStyle(builder); in updateWithLocked() local381 inboxStyle.addLine(getDownloadTitle(res, cursor)); in updateWithLocked()389 inboxStyle.setSummaryText(remainingShortText); in updateWithLocked()396 inboxStyle.setSummaryText( in updateWithLocked()400 notif = inboxStyle.build(); in updateWithLocked()
395 NotificationCompat.InboxStyle inboxStyle = null; in build() local396 inboxStyle = new NotificationCompat.InboxStyle(builder); in build()424 inboxStyle.addLine(BugleNotifications.formatInboxMessage( in build()439 return inboxStyle; in build()1317 final NotificationCompat.InboxStyle inboxStyle = in checkFailedMessages() local1320 inboxStyle.addLine(Html.fromHtml(line2.toString())); in checkFailedMessages()1322 builder.setStyle(inboxStyle); in checkFailedMessages()