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

/frameworks/base/core/java/android/provider/
H A DCalendarContract.java1848 public static final String START_DAY = "startDay";
1994 public static final String STARTDAY = "startDay";
2018 * "startDay" for "numDays". It returns a cursor containing startday and
2024 * @param startDay the first Julian day in the range
2030 public static final Cursor query(ContentResolver cr, int startDay, int numDays, argument
2035 int endDay = startDay + numDays - 1;
2037 ContentUris.appendId(builder, startDay);

Completed in 1272 milliseconds