HomeSort by relevance Sort by last modified time
    Searched refs:dayCount (Results 1 - 2 of 2) sorted by null

  /packages/apps/DeskClock/src/com/android/deskclock/provider/
DaysOfWeek.java 93 int dayCount = 0;
96 if ((bitSet & 1) == 1) dayCount++;
102 String[] dayList = (forAccessibility || dayCount <= 1) ?
115 dayCount -= 1;
116 if (dayCount > 0) ret.append(context.getText(R.string.day_concat));
185 // so there is no chance that the previous fire time is on the same day. Start dayCount on
187 int dayCount = -1;
189 for (; dayCount >= -DAYS_IN_A_WEEK; dayCount--) {
190 int previousAlarmBitIndex = (currentDayIndex + dayCount);
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventHelper.java     [all...]

Completed in 62 milliseconds