Searched refs:calName (Results 1 – 4 of 4) sorted by relevance
1548 .appendQueryParameter("calendar", event.calName != null ? event.calName : "") in toEventConditionId()1568 rt.calName = conditionId.getQueryParameter("calendar"); in tryParseEventConditionId()1569 if (TextUtils.isEmpty(rt.calName)) { in tryParseEventConditionId()1570 rt.calName = null; in tryParseEventConditionId()1587 public String calName; // CalendarContract.Calendars.DISPLAY_NAME, or null for any field in ZenModeConfig.EventInfo1593 return Objects.hash(userId, calName, calendarId, reply); in hashCode()1601 && Objects.equals(calName, other.calName) in equals()1609 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()
184 oldEvent.calName = "calName"; in testParseOldEvent()196 event.calName = "calName"; in testParseNewEvent()