Home | History | Annotate | Download | only in calendar

Lines Matching refs:hasAlarm

2084         // Update the "hasAlarm" field for the event
2087 boolean hasAlarm = len > 0;
2088 if (hasAlarm != mHasAlarm) {
2090 values.put(Events.HAS_ALARM, hasAlarm ? 1 : 0);