Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/alerts/
DAlertService.java328 int currentNotificationId = 1; in generateAlerts() local
345 currentNotificationId++); in generateAlerts()
364 currentNotificationId++); in generateAlerts()
411 if (currentNotificationId <= maxNotifications) { in generateAlerts()
412 nm.cancelAllBetween(currentNotificationId, maxNotifications); in generateAlerts()
414 Log.d(TAG, "Canceling leftover notification IDs " + currentNotificationId + "-" in generateAlerts()
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DNotificationUtils.java753 for (Integer currentNotificationId : msgNotifications.keySet()) { in validateNotifications()
754 if (!prevConversationNotifications.contains(currentNotificationId)) { in validateNotifications()