Searched refs:expandedBuilder (Results 1 – 1 of 1) sorted by relevance
429 Notification.BigTextStyle expandedBuilder = new Notification.BigTextStyle( in makeExpandingNotification() local447 expandedBuilder.bigText(text); in makeExpandingNotification()448 notification = expandedBuilder.build(); in makeExpandingNotification()507 Notification.InboxStyle expandedBuilder = new Notification.InboxStyle( in makeDigestNotification() local535 expandedBuilder.addLine(stringBuilder); in makeDigestNotification()548 expandedBuilder.setSummaryText(nMoreEventsStr); in makeDigestNotification()552 expandedBuilder.setBigContentTitle(""); in makeDigestNotification()554 n = expandedBuilder.build(); in makeDigestNotification()