Home
last modified time | relevance | path

Searched refs:EventInfo (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DZenModeConfigTest.java29 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()
/frameworks/base/services/core/java/com/android/server/notification/
DCalendarTracker.java29 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:
DEventConditionProvider.java36 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()
/frameworks/base/core/java/android/service/notification/
DZenModeConfig.java1470 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 ZenModeConfig
1525 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()
/frameworks/base/services/
Dart-profile9186 …alendarTracker;->checkEvent(Landroid/service/notification/ZenModeConfig$EventInfo;J)Lcom/android/s…
9189 …ndarTracker;->meetsAttendee(Landroid/service/notification/ZenModeConfig$EventInfo;ILjava/lang/Stri…