Searched refs:calName (Results 1 – 4 of 4) sorted by relevance
135 oldEvent.calName = "calName"; in testParseOldEvent()147 event.calName = "calName"; in testParseNewEvent()
147 && ((filter.calName == null && filter.calendarId == null) in checkEvent()149 || Objects.equals(filter.calName, name)); in checkEvent()
223 if (event.calName == null) { // any calendar in evaluateSubscriptionsW()
1475 .appendQueryParameter("calendar", event.calName != null ? event.calName : "") in toEventConditionId()1495 rt.calName = conditionId.getQueryParameter("calendar"); in tryParseEventConditionId()1496 if (TextUtils.isEmpty(rt.calName)) { in tryParseEventConditionId()1497 rt.calName = null; in tryParseEventConditionId()1514 public String calName; // CalendarContract.Calendars.DISPLAY_NAME, or null for any field in ZenModeConfig.EventInfo1520 return Objects.hash(userId, calName, calendarId, reply); in hashCode()1528 && Objects.equals(calName, other.calName) in equals()1536 rt.calName = calName; in copy()