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

/packages/apps/Calendar/src/com/android/calendar/
H A DEvent.java221 * Loads <i>days</i> days worth of instances starting at <i>startDay</i>.
223 public static void loadEvents(Context context, ArrayList<Event> events, int startDay, int days, argument
235 int endDay = startDay + days - 1;
238 // the days we're interested in.

Completed in 99 milliseconds