Searched refs:DAYS_OF_WEEK (Results 1 – 4 of 4) sorted by relevance
73 ClockContract.AlarmsColumns.DAYS_OF_WEEK + " INTEGER NOT NULL, " + in createAlarmsTable()129 ClockContract.AlarmsColumns.DAYS_OF_WEEK + cs + in onCreate()
55 DAYS_OF_WEEK,88 values.put(DAYS_OF_WEEK, alarm.daysOfWeek.getBitSet()); in createContentValues()
115 public static final String DAYS_OF_WEEK = "daysofweek"; field
447 selection.append(" AND ").append(Alarm.DAYS_OF_WEEK).append("=?"); in setSelectionFromIntent()