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()
1036 Notification.InboxStyle inboxStyle = new Notification.InboxStyle(noti); in updateNotification() local1040 inboxStyle.setSummaryText(" "); in updateNotification()1050 inboxStyle.addLine(info.formatInboxMessage(context)); in updateNotification()1052 notification = inboxStyle.build(); in updateNotification()