Searched refs:EventInfo (Results 1 – 7 of 7) 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()
63784 Landroid/service/notification/ZenModeConfig$EventInfo;-><init>()V63785 Landroid/service/notification/ZenModeConfig$EventInfo;->calendar:Ljava/lang/String;63786 …droid/service/notification/ZenModeConfig$EventInfo;->copy()Landroid/service/notification/ZenModeCo…63787 Landroid/service/notification/ZenModeConfig$EventInfo;->reply:I63788 Landroid/service/notification/ZenModeConfig$EventInfo;->REPLY_ANY_EXCEPT_NO:I63789 Landroid/service/notification/ZenModeConfig$EventInfo;->REPLY_YES:I63790 Landroid/service/notification/ZenModeConfig$EventInfo;->REPLY_YES_OR_MAYBE:I63791 Landroid/service/notification/ZenModeConfig$EventInfo;->resolveUserId(I)I63792 Landroid/service/notification/ZenModeConfig$EventInfo;->userId:I63936 …Config;->toEventConditionId(Landroid/service/notification/ZenModeConfig$EventInfo;)Landroid/net/Ur…[all …]
13397 …->tryParseEventConditionId(Landroid/net/Uri;)Landroid/service/notification/ZenModeConfig$EventInfo;35763 Landroid/service/notification/ZenModeConfig$EventInfo;
9186 …alendarTracker;->checkEvent(Landroid/service/notification/ZenModeConfig$EventInfo;J)Lcom/android/s…9189 …ndarTracker;->meetsAttendee(Landroid/service/notification/ZenModeConfig$EventInfo;ILjava/lang/Stri…