Searched refs:doPopup (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Calendar/src/com/android/calendar/alerts/ |
D | AlertReceiver.java | 270 int notificationId, boolean doPopup, int priority) { in makeBasicNotification() argument 273 doPopup, priority, false); in makeBasicNotification() 274 return new NotificationWrapper(n, notificationId, eventId, startMillis, endMillis, doPopup); in makeBasicNotification() 279 long eventId, int notificationId, boolean doPopup, int priority, in buildBasicNotification() argument 301 if (doPopup) { in buildBasicNotification() 422 int notificationId, boolean doPopup, int priority) { in makeExpandingNotification() argument 425 summaryText, startMillis, endMillis, eventId, notificationId, doPopup, in makeExpandingNotification() 451 endMillis, doPopup); in makeExpandingNotification()
|
D | AlertService.java | 132 long startMillis, long endMillis, boolean doPopup) { in NotificationWrapper() argument 958 private int doPopup = -1; field in AlertService.NotificationPrefs 971 if (doPopup < 0) { in getDoPopup() 973 doPopup = 1; in getDoPopup() 975 doPopup = 0; in getDoPopup() 978 return doPopup == 1; in getDoPopup()
|