Searched defs:doPopup (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/alerts/
H A DAlertReceiver.java261 int notificationId, boolean doPopup, int priority) {
264 doPopup, priority, false);
265 return new NotificationWrapper(n, notificationId, eventId, startMillis, endMillis, doPopup);
270 long eventId, int notificationId, boolean doPopup, int priority,
292 if (doPopup) {
413 int notificationId, boolean doPopup, int priority) {
416 summaryText, startMillis, endMillis, eventId, notificationId, doPopup,
442 endMillis, doPopup);
259 makeBasicNotification(Context context, String title, String summaryText, long startMillis, long endMillis, long eventId, int notificationId, boolean doPopup, int priority) argument
268 buildBasicNotification(Notification.Builder notificationBuilder, Context context, String title, String summaryText, long startMillis, long endMillis, long eventId, int notificationId, boolean doPopup, int priority, boolean addActionButtons) argument
411 makeExpandingNotification(Context context, String title, String summaryText, String description, long startMillis, long endMillis, long eventId, int notificationId, boolean doPopup, int priority) argument
H A DAlertService.java132 long startMillis, long endMillis, boolean doPopup) {
967 private int doPopup = -1; field in class:AlertService.NotificationPrefs
980 if (doPopup < 0) {
982 doPopup = 1;
984 doPopup = 0;
987 return doPopup == 1;
131 NotificationWrapper(Notification n, int notificationId, long eventId, long startMillis, long endMillis, boolean doPopup) argument

Completed in 60 milliseconds