Home
last modified time | relevance | path

Searched refs:EventInfo (Results 1 – 7 of 7) 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/config/
Dhiddenapi-greylist-max-o.txt63784 Landroid/service/notification/ZenModeConfig$EventInfo;-><init>()V
63785 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:I
63788 Landroid/service/notification/ZenModeConfig$EventInfo;->REPLY_ANY_EXCEPT_NO:I
63789 Landroid/service/notification/ZenModeConfig$EventInfo;->REPLY_YES:I
63790 Landroid/service/notification/ZenModeConfig$EventInfo;->REPLY_YES_OR_MAYBE:I
63791 Landroid/service/notification/ZenModeConfig$EventInfo;->resolveUserId(I)I
63792 Landroid/service/notification/ZenModeConfig$EventInfo;->userId:I
63936 …Config;->toEventConditionId(Landroid/service/notification/ZenModeConfig$EventInfo;)Landroid/net/Ur…
[all …]
Dboot-image-profile.txt13397 …->tryParseEventConditionId(Landroid/net/Uri;)Landroid/service/notification/ZenModeConfig$EventInfo;
35763 Landroid/service/notification/ZenModeConfig$EventInfo;
/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…