Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DCalendarTracker.java30 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:
DEventConditionProvider.java36 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()
/frameworks/base/core/java/android/service/notification/
DSystemZenRules.java25 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()
DZenModeConfig.java31 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 ZenModeConfig
2386 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()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DSystemZenRulesTest.java32 import android.service.notification.ZenModeConfig.EventInfo;
51 private static final EventInfo EVENT_INFO;
58 EVENT_INFO = new EventInfo();
DZenModeConfigTest.java53 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()
/frameworks/base/services/core/java/com/android/server/vcn/
DVcnGatewayConnection.java225 private interface EventInfo {} interface in VcnGatewayConnection
241 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 …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumePanelDialog.java46 import androidx.slice.widget.EventInfo;
173 if (eventInfo.actionType == EventInfo.ACTION_TYPE_SLIDER) { in setupAdapterWhenReady()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt49229 Landroid/service/notification/ZenModeConfig$EventInfo;-><init>()V
49230 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:I
49233 Landroid/service/notification/ZenModeConfig$EventInfo;->REPLY_ANY_EXCEPT_NO:I
49234 Landroid/service/notification/ZenModeConfig$EventInfo;->REPLY_YES:I
49235 Landroid/service/notification/ZenModeConfig$EventInfo;->REPLY_YES_OR_MAYBE:I
49236 Landroid/service/notification/ZenModeConfig$EventInfo;->resolveUserId(I)I
49237 Landroid/service/notification/ZenModeConfig$EventInfo;->userId:I
49381 …Config;->toEventConditionId(Landroid/service/notification/ZenModeConfig$EventInfo;)Landroid/net/Ur…
[all …]
/frameworks/base/boot/
Dpreloaded-classes7100 android.service.notification.ZenModeConfig$EventInfo
Dboot-image-profile.txt29504 Landroid/service/notification/ZenModeConfig$EventInfo;
/frameworks/base/config/
Dpreloaded-classes7104 android.service.notification.ZenModeConfig$EventInfo
Dboot-image-profile.txt39638 Landroid/service/notification/ZenModeConfig$EventInfo;
/frameworks/base/services/
Dart-wear-profile15533 …alendarTracker;->checkEvent(Landroid/service/notification/ZenModeConfig$EventInfo;J)Lcom/android/s…