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