Home | History | Annotate | Download | only in calendar

Lines Matching refs:hasAlarm

2213         // Update the "hasAlarm" field for the event
2216 boolean hasAlarm = len > 0;
2217 if (hasAlarm != mHasAlarm) {
2219 values.put(Events.HAS_ALARM, hasAlarm ? 1 : 0);