Home | History | Annotate | Download | only in calendar

Lines Matching refs:hasAlarm

1776         // Update the "hasAlarm" field for the event
1779 boolean hasAlarm = len > 0;
1780 if (hasAlarm != mHasAlarm) {
1782 values.put(Events.HAS_ALARM, hasAlarm ? 1 : 0);