Searched refs:expandedBuilder (Results 1 – 1 of 1) sorted by relevance
420 Notification.BigTextStyle expandedBuilder = new Notification.BigTextStyle(); in makeExpandingNotification() local437 expandedBuilder.bigText(text); in makeExpandingNotification()438 basicBuilder.setStyle(expandedBuilder); in makeExpandingNotification()498 Notification.InboxStyle expandedBuilder = new Notification.InboxStyle(); in makeDigestNotification() local525 expandedBuilder.addLine(stringBuilder); in makeDigestNotification()538 expandedBuilder.setSummaryText(nMoreEventsStr); in makeDigestNotification()542 expandedBuilder.setBigContentTitle(""); in makeDigestNotification()543 notificationBuilder.setStyle(expandedBuilder); in makeDigestNotification()