Home | History | Annotate | Download | only in db

Lines Matching refs:day

42     public static final String COLUMN_NAME_DAY = "day";
92 values.put(COLUMN_NAME_DAY, entry.day);
103 * objects from the database for a given day. The list can be empty (but not {@code null}) if
104 * there are no such items. This method looks at the day that the calendar argument points at.
113 String day = Utils.getHashedDay(calendar);
123 new String[]{day}, // The values for the WHERE clause
147 * Deletes all the entries in the database for the given day. The argument {@code day} should
150 public final int delete(String day) {
154 String[] selectionArgs = {day};
159 * Deletes all the entries in the database for the day that the {@link java.util.Calendar}