Searched refs:EventInfo (Results 1 – 11 of 11) sorted by relevance
30 import android.service.notification.ZenModeConfig.EventInfo;119 public CheckEventResult checkEvent(EventInfo filter, long time) { in checkEvent()182 private boolean meetsAttendee(EventInfo filter, int eventId, String email) {264 case EventInfo.REPLY_YES:266 case EventInfo.REPLY_YES_OR_MAYBE:269 case EventInfo.REPLY_ANY_EXCEPT_NO:
36 import android.service.notification.ZenModeConfig.EventInfo;218 final EventInfo event = ZenModeConfig.tryParseEventConditionId(conditionId); in evaluateSubscriptionsW()238 final int userId = EventInfo.resolveUserId(event.userId); in evaluateSubscriptionsW()
33 import android.service.notification.ZenModeConfig.EventInfo;182 EventInfo oldEvent = new EventInfo(); in testParseOldEvent()188 EventInfo eventParsed = ZenModeConfig.tryParseEventConditionId(conditionId); in testParseOldEvent()194 EventInfo event = new EventInfo(); in testParseNewEvent()200 EventInfo eventParsed = ZenModeConfig.tryParseEventConditionId(conditionId); in testParseNewEvent()
225 private interface EventInfo {} interface in VcnGatewayConnection241 private static class EventUnderlyingNetworkChangedInfo implements EventInfo {291 private static class EventSessionLostInfo implements EventInfo {343 private static class EventTransformCreatedInfo implements EventInfo {380 private static class EventSetupCompletedInfo implements EventInfo {420 private static class EventDisconnectRequestedInfo implements EventInfo {498 private static class EventMigrationCompletedInfo implements EventInfo {538 private static class EventIkeConnectionInfoChangedInfo implements EventInfo {571 private static class EventDataStallSuspectedInfo implements EventInfo {1048 private void sendMessageAndAcquireWakeLock(int what, int token, EventInfo data) { in sendMessageAndAcquireWakeLock()[all …]
1543 public static Uri toEventConditionId(EventInfo event) { in toEventConditionId()1559 public static EventInfo tryParseEventConditionId(Uri conditionId) { in tryParseEventConditionId()1566 final EventInfo rt = new EventInfo(); in tryParseEventConditionId()1581 public static class EventInfo { class in ZenModeConfig1598 if (!(o instanceof EventInfo)) return false; in equals()1599 final EventInfo other = (EventInfo) o; in equals()1606 public EventInfo copy() { in copy()1607 final EventInfo rt = new EventInfo(); in copy()
46 import androidx.slice.widget.EventInfo;173 if (eventInfo.actionType == EventInfo.ACTION_TYPE_SLIDER) { in setupAdapterWhenReady()
49872 Landroid/service/notification/ZenModeConfig$EventInfo;-><init>()V49873 Landroid/service/notification/ZenModeConfig$EventInfo;->calendar:Ljava/lang/String;49874 …droid/service/notification/ZenModeConfig$EventInfo;->copy()Landroid/service/notification/ZenModeCo…49875 Landroid/service/notification/ZenModeConfig$EventInfo;->reply:I49876 Landroid/service/notification/ZenModeConfig$EventInfo;->REPLY_ANY_EXCEPT_NO:I49877 Landroid/service/notification/ZenModeConfig$EventInfo;->REPLY_YES:I49878 Landroid/service/notification/ZenModeConfig$EventInfo;->REPLY_YES_OR_MAYBE:I49879 Landroid/service/notification/ZenModeConfig$EventInfo;->resolveUserId(I)I49880 Landroid/service/notification/ZenModeConfig$EventInfo;->userId:I50024 …Config;->toEventConditionId(Landroid/service/notification/ZenModeConfig$EventInfo;)Landroid/net/Ur…[all …]
6960 android.service.notification.ZenModeConfig$EventInfo
29753 Landroid/service/notification/ZenModeConfig$EventInfo;
6964 android.service.notification.ZenModeConfig$EventInfo
39860 Landroid/service/notification/ZenModeConfig$EventInfo;