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

  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlertService.java 187 int numReminders = 0;
227 numReminders++;
297 numReminders, quietUpdate, highPriority, notificationEventBegin,
304 String eventName, String location, int numReminders,
307 Log.d(TAG, "###### creating new alarm notification, numReminders: " + numReminders
315 if (numReminders == 0) {
321 location, numReminders, highPriority, startMillis, allDay);
  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventView.java     [all...]

Completed in 1687 milliseconds