Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/alerts/
DAlertReceiver.java261 int notificationId, boolean doPopup, int priority) { in makeBasicNotification() argument
264 doPopup, priority, false); in makeBasicNotification()
265 return new NotificationWrapper(n, notificationId, eventId, startMillis, endMillis, doPopup); in makeBasicNotification()
270 long eventId, int notificationId, boolean doPopup, int priority, in buildBasicNotification() argument
292 if (doPopup) { in buildBasicNotification()
413 int notificationId, boolean doPopup, int priority) { in makeExpandingNotification() argument
416 summaryText, startMillis, endMillis, eventId, notificationId, doPopup, in makeExpandingNotification()
442 endMillis, doPopup); in makeExpandingNotification()
DAlertService.java132 long startMillis, long endMillis, boolean doPopup) { in NotificationWrapper() argument
967 private int doPopup = -1; field in AlertService.NotificationPrefs
980 if (doPopup < 0) { in getDoPopup()
982 doPopup = 1; in getDoPopup()
984 doPopup = 0; in getDoPopup()
987 return doPopup == 1; in getDoPopup()