Searched refs:currentNotificationId (Results 1 – 2 of 2) sorted by relevance
328 int currentNotificationId = 1; in generateAlerts() local345 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()
753 for (Integer currentNotificationId : msgNotifications.keySet()) { in validateNotifications()754 if (!prevConversationNotifications.contains(currentNotificationId)) { in validateNotifications()