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