Home
last modified time | relevance | path

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

/aosp12/packages/apps/Calendar/src/com/android/calendar/alerts/
H A DAlertReceiver.java88 Notification n = buildBasicNotification(new Notification.Builder(context), in makeBasicNotification()
94 private static Notification buildBasicNotification(Notification.Builder notificationBuilder, in buildBasicNotification() method in AlertReceiver