Home | History | Annotate | Download | only in provider

Lines Matching defs:STARTDAY

1848         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
2020 * each startday.This is a blocking function and should not be done on
2024 * @param startDay the first Julian day in the range
2030 public static final Cursor query(ContentResolver cr, int startDay, int numDays,
2035 int endDay = startDay + numDays - 1;
2037 ContentUris.appendId(builder, startDay);
2040 null /* selection args */, STARTDAY);