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.java429 Notification.BigTextStyle expandedBuilder = new Notification.BigTextStyle( in makeExpandingNotification() local
447 expandedBuilder.bigText(text); in makeExpandingNotification()
448 notification = expandedBuilder.build(); in makeExpandingNotification()
507 Notification.InboxStyle expandedBuilder = new Notification.InboxStyle( in makeDigestNotification() local
535 expandedBuilder.addLine(stringBuilder); in makeDigestNotification()
548 expandedBuilder.setSummaryText(nMoreEventsStr); in makeDigestNotification()
552 expandedBuilder.setBigContentTitle(""); in makeDigestNotification()
554 n = expandedBuilder.build(); in makeDigestNotification()