Searched refs:currentDayIndex (Results 1 – 1 of 1) sorted by relevance
188 int currentDayIndex = convertDayToBitIndex(current.get(Calendar.DAY_OF_WEEK)); in calculateDaysToPreviousAlarm() local190 int previousAlarmBitIndex = (currentDayIndex + dayCount); in calculateDaysToPreviousAlarm()214 int currentDayIndex = convertDayToBitIndex(current.get(Calendar.DAY_OF_WEEK)); in calculateDaysToNextAlarm() local216 int nextAlarmBitIndex = (currentDayIndex + dayCount) % DAYS_IN_A_WEEK; in calculateDaysToNextAlarm()