Searched refs:EventInfo (Results 1 – 5 of 5) sorted by relevance
29 import android.service.notification.ZenModeConfig.EventInfo;133 EventInfo oldEvent = new EventInfo(); in testParseOldEvent()139 EventInfo eventParsed = ZenModeConfig.tryParseEventConditionId(conditionId); in testParseOldEvent()145 EventInfo event = new EventInfo(); in testParseNewEvent()151 EventInfo eventParsed = ZenModeConfig.tryParseEventConditionId(conditionId); in testParseNewEvent()
29 import android.service.notification.ZenModeConfig.EventInfo;116 public CheckEventResult checkEvent(EventInfo filter, long time) { in checkEvent()178 private boolean meetsAttendee(EventInfo filter, int eventId, String email) {256 case EventInfo.REPLY_YES:258 case EventInfo.REPLY_YES_OR_MAYBE:261 case EventInfo.REPLY_ANY_EXCEPT_NO:
36 import android.service.notification.ZenModeConfig.EventInfo;217 final EventInfo event = ZenModeConfig.tryParseEventConditionId(conditionId); in evaluateSubscriptionsW()237 final int userId = EventInfo.resolveUserId(event.userId); in evaluateSubscriptionsW()
1470 public static Uri toEventConditionId(EventInfo event) { in toEventConditionId()1486 public static EventInfo tryParseEventConditionId(Uri conditionId) { in tryParseEventConditionId()1493 final EventInfo rt = new EventInfo(); in tryParseEventConditionId()1508 public static class EventInfo { class in ZenModeConfig1525 if (!(o instanceof EventInfo)) return false; in equals()1526 final EventInfo other = (EventInfo) o; in equals()1533 public EventInfo copy() { in copy()1534 final EventInfo rt = new EventInfo(); in copy()
9186 …alendarTracker;->checkEvent(Landroid/service/notification/ZenModeConfig$EventInfo;J)Lcom/android/s…9189 …ndarTracker;->meetsAttendee(Landroid/service/notification/ZenModeConfig$EventInfo;ILjava/lang/Stri…