Searched refs:calName (Results 1 – 6 of 6) sorted by relevance
258 if (event.calName != null) { in getTriggerDescriptionForScheduleEvent()259 return event.calName; in getTriggerDescriptionForScheduleEvent()
2331 .appendQueryParameter("calendar", event.calName != null ? event.calName : "") in toEventConditionId()2356 rt.calName = conditionId.getQueryParameter("calendar"); in tryParseEventConditionId()2357 if (TextUtils.isEmpty(rt.calName)) { in tryParseEventConditionId()2358 rt.calName = null; in tryParseEventConditionId()2375 public String calName; // CalendarContract.Calendars.DISPLAY_NAME, or null for any field in ZenModeConfig.EventInfo2381 return Objects.hash(userId, calName, calendarId, reply); in hashCode()2389 && Objects.equals(calName, other.calName) in equals()2397 rt.calName = calName; in copy()
151 && ((filter.calName == null && filter.calendarId == null) in checkEvent()153 || Objects.equals(filter.calName, name)); in checkEvent()
224 if (event.calName == null) { // any calendar in evaluateSubscriptionsW()
60 EVENT_INFO.calName = "myCalendar";
435 oldEvent.calName = "calName"; in testParseOldEvent()447 event.calName = "calName"; in testParseNewEvent()