Searched defs:EventInfo (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/slices/view/src/main/java/androidx/slice/widget/
H A DEventInfo.java28 public class EventInfo { class
87 * Indicates the event was an interaction with a toggle. Check {@link EventInfo#state} to
92 * Indicates the event was an interaction with a button. Check {@link EventInfo#actionPosition}
97 * Indicates the event was an interaction with a slider. Check {@link EventInfo#state} to
205 public EventInfo(@SliceView.SliceMode int sliceMode, @SliceActionType int actionType, method in class:EventInfo
/frameworks/base/core/java/android/service/notification/
H A DZenModeConfig.java1097 public static Uri toEventConditionId(EventInfo event) {
1111 public static EventInfo tryParseEventConditionId(Uri conditionId) {
1118 final EventInfo rt = new EventInfo();
1132 public static class EventInfo { class in class:ZenModeConfig
1148 if (!(o instanceof EventInfo)) return false;
1149 final EventInfo other = (EventInfo) o;
1155 public EventInfo copy() {
1156 final EventInfo r
[all...]

Completed in 316 milliseconds