HomeSort by relevance Sort by last modified time
    Searched refs:currentNotificationId (Results 1 - 2 of 2) sorted by null

  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlertService.java 328 int currentNotificationId = 1;
345 currentNotificationId++);
364 currentNotificationId++);
411 if (currentNotificationId <= maxNotifications) {
412 nm.cancelAllBetween(currentNotificationId, maxNotifications);
414 Log.d(TAG, "Canceling leftover notification IDs " + currentNotificationId + "-"
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
NotificationUtils.java     [all...]

Completed in 211 milliseconds