Searched refs:EventInfo (Results 1 – 14 of 14) 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()
25 import android.service.notification.ZenModeConfig.EventInfo;79 EventInfo eventInfo = ZenModeConfig.tryParseEventConditionId(rule.conditionId); in upgradeSystemProviderRule()100 EventInfo eventInfo = ZenModeConfig.tryParseEventConditionId(rule.conditionId); in updateTriggerDescription()257 @NonNull EventInfo event) { in getTriggerDescriptionForScheduleEvent()
31 import static android.service.notification.ZenModeConfig.EventInfo.REPLY_YES_OR_MAYBE;402 EventInfo eventInfo = new EventInfo(); in getDefaultConfig()2326 public static Uri toEventConditionId(EventInfo event) { in toEventConditionId()2347 public static EventInfo tryParseEventConditionId(Uri conditionId) { in tryParseEventConditionId()2354 final EventInfo rt = new EventInfo(); in tryParseEventConditionId()2369 public static class EventInfo { class in ZenModeConfig2386 if (!(o instanceof EventInfo)) return false; in equals()2387 final EventInfo other = (EventInfo) o; in equals()2394 public EventInfo copy() { in copy()2395 final EventInfo rt = new EventInfo(); in copy()
32 import android.service.notification.ZenModeConfig.EventInfo;51 private static final EventInfo EVENT_INFO;58 EVENT_INFO = new EventInfo();
53 import android.service.notification.ZenModeConfig.EventInfo;433 EventInfo oldEvent = new EventInfo(); in testParseOldEvent()439 EventInfo eventParsed = ZenModeConfig.tryParseEventConditionId(conditionId); in testParseOldEvent()445 EventInfo event = new EventInfo(); in testParseNewEvent()451 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 {1050 private void sendMessageAndAcquireWakeLock(int what, int token, EventInfo data) { in sendMessageAndAcquireWakeLock()[all …]
46 import androidx.slice.widget.EventInfo;173 if (eventInfo.actionType == EventInfo.ACTION_TYPE_SLIDER) { in setupAdapterWhenReady()
49229 Landroid/service/notification/ZenModeConfig$EventInfo;-><init>()V49230 Landroid/service/notification/ZenModeConfig$EventInfo;->calendar:Ljava/lang/String;49231 …droid/service/notification/ZenModeConfig$EventInfo;->copy()Landroid/service/notification/ZenModeCo…49232 Landroid/service/notification/ZenModeConfig$EventInfo;->reply:I49233 Landroid/service/notification/ZenModeConfig$EventInfo;->REPLY_ANY_EXCEPT_NO:I49234 Landroid/service/notification/ZenModeConfig$EventInfo;->REPLY_YES:I49235 Landroid/service/notification/ZenModeConfig$EventInfo;->REPLY_YES_OR_MAYBE:I49236 Landroid/service/notification/ZenModeConfig$EventInfo;->resolveUserId(I)I49237 Landroid/service/notification/ZenModeConfig$EventInfo;->userId:I49381 …Config;->toEventConditionId(Landroid/service/notification/ZenModeConfig$EventInfo;)Landroid/net/Ur…[all …]
7100 android.service.notification.ZenModeConfig$EventInfo
29504 Landroid/service/notification/ZenModeConfig$EventInfo;
7104 android.service.notification.ZenModeConfig$EventInfo
39638 Landroid/service/notification/ZenModeConfig$EventInfo;
15533 …alendarTracker;->checkEvent(Landroid/service/notification/ZenModeConfig$EventInfo;J)Lcom/android/s…