Home
last modified time | relevance | path

Searched refs:expandedBuilder (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/alerts/
DAlertReceiver.java420 Notification.BigTextStyle expandedBuilder = new Notification.BigTextStyle(); in makeExpandingNotification() local
437 expandedBuilder.bigText(text); in makeExpandingNotification()
438 basicBuilder.setStyle(expandedBuilder); in makeExpandingNotification()
498 Notification.InboxStyle expandedBuilder = new Notification.InboxStyle(); in makeDigestNotification() local
525 expandedBuilder.addLine(stringBuilder); in makeDigestNotification()
538 expandedBuilder.setSummaryText(nMoreEventsStr); in makeDigestNotification()
542 expandedBuilder.setBigContentTitle(""); in makeDigestNotification()
543 notificationBuilder.setStyle(expandedBuilder); in makeDigestNotification()