Home
last modified time | relevance | path

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

/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
DCalendarProvider2Test.java225 EventInfo eventInfo;
535 private class EventInfo { class in CalendarProvider2Test
552 public EventInfo(String title, String startDate, String endDate, in EventInfo() method in CalendarProvider2Test.EventInfo
558 public EventInfo(String title, String startDate, String endDate, in EventInfo() method in CalendarProvider2Test.EventInfo
586 public EventInfo(String title, String description, String startDate, String endDate, in EventInfo() method in CalendarProvider2Test.EventInfo
592 public EventInfo(String title, String description, String startDate, String endDate, in EventInfo() method in CalendarProvider2Test.EventInfo
629 public EventInfo(String originalTitle, String originalInstance, String title, in EventInfo() method in CalendarProvider2Test.EventInfo
653 EventInfo mEvent;
674 private EventInfo[] mEvents = {
675 new EventInfo("normal0", "2008-05-01T00:00:00", "2008-05-02T00:00:00", false),
[all …]
/packages/apps/Calendar/src/com/android/calendar/widget/
DCalendarAppWidgetModel.java75 static class EventInfo { class in CalendarAppWidgetModel
90 public EventInfo() { in EventInfo() method in CalendarAppWidgetModel.EventInfo
148 EventInfo other = (EventInfo) obj; in equals()
244 final List<EventInfo> mEventInfos;
257 mEventInfos = new ArrayList<EventInfo>(50); in CalendarAppWidgetModel()
354 private EventInfo populateEventInfo(long eventId, boolean allDay, long start, long end, in populateEventInfo()
356 EventInfo eventInfo = new EventInfo(); in populateEventInfo()
DCalendarAppWidgetService.java45 import com.android.calendar.widget.CalendarAppWidgetModel.EventInfo;
241 final EventInfo eventInfo = mModel.mEventInfos.get(rowInfo.mIndex);
348 EventInfo eventInfo = mModel.mEventInfos.get(rowInfo.mIndex);
424 for (EventInfo event : model.mEventInfos) {
/packages/apps/Settings/src/com/android/settings/notification/
DZenModeEventRuleSettings.java29 import android.service.notification.ZenModeConfig.EventInfo;
55 private EventInfo mEvent;
152 Integer.toString(EventInfo.REPLY_ANY_EXCEPT_NO), in onCreateInternal()
153 Integer.toString(EventInfo.REPLY_YES_OR_MAYBE), in onCreateInternal()
154 Integer.toString(EventInfo.REPLY_YES), in onCreateInternal()
245 private static String key(EventInfo event) { in key()
250 return EventInfo.resolveUserId(userId) + ":" + (calendarId == null ? "" : calendarId) in key()
DZenRuleSelectionDialog.java171 final ZenModeConfig.EventInfo event = new ZenModeConfig.EventInfo(); in defaultNewEvent()
174 event.reply = ZenModeConfig.EventInfo.REPLY_ANY_EXCEPT_NO; in defaultNewEvent()
/packages/apps/Calendar/tests/src/com/android/calendar/widget/
DCalendarAppWidgetServiceTest.java20 import com.android.calendar.widget.CalendarAppWidgetModel.EventInfo;
110 EventInfo eventInfo = new EventInfo(); in testGetAppWidgetModel_1Event()
137 EventInfo eventInfo = new EventInfo(); in testGetAppWidgetModel_AllDayEventLater()
159 eventInfo = new EventInfo(); in testGetAppWidgetModel_AllDayEventLater()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/notification/
DZenModeEventRuleSettings.java29 import android.service.notification.ZenModeConfig.EventInfo;
55 private EventInfo mEvent;
152 Integer.toString(EventInfo.REPLY_ANY_EXCEPT_NO), in onCreateInternal()
153 Integer.toString(EventInfo.REPLY_YES_OR_MAYBE), in onCreateInternal()
154 Integer.toString(EventInfo.REPLY_YES), in onCreateInternal()
245 private static String key(EventInfo event) { in key()
250 return EventInfo.resolveUserId(userId) + ":" + (calendarId == null ? "" : calendarId) in key()
DZenRuleSelectionDialog.java171 final ZenModeConfig.EventInfo event = new ZenModeConfig.EventInfo(); in defaultNewEvent()
174 event.reply = ZenModeConfig.EventInfo.REPLY_ANY_EXCEPT_NO; in defaultNewEvent()
/packages/apps/Calendar/src/com/android/calendar/
DCalendarController.java129 public static class EventInfo { class in CalendarController
242 void handleEvent(EventInfo event); in handleEvent()
299 EventInfo.buildViewExtraLong(Attendees.ATTENDEE_STATUS_NONE, false), in sendEventRelatedEvent()
342 EventInfo info = new EventInfo(); in sendEventRelatedEventWithExtraWithTitleWithCalendarId()
393 EventInfo info = new EventInfo(); in sendEvent()
406 public void sendEvent(Object sender, final EventInfo event) { in sendEvent()
679 private String eventInfoToString(EventInfo eventInfo) { in eventInfoToString()
DAllInOneActivity.java67 import com.android.calendar.CalendarController.EventInfo;
505 EventInfo.buildViewExtraLong(mIntentAttendeeResponse,mIntentAllDay), in onResume()
580 EventInfo info = null; in initFragments()
602 info = new EventInfo(); in initFragments()
848 private void setTitleInActionBar(EventInfo event) { in setTitleInActionBar()
937 public void handleEvent(EventInfo event) { in handleEvent()
DDayFragment.java19 import com.android.calendar.CalendarController.EventInfo;
245 public void handleEvent(EventInfo msg) { in handleEvent()
DEventInfoFragment.java95 import com.android.calendar.CalendarController.EventInfo;
852 public void handleEvent(EventInfo event) { in handleEvent()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/homepage/contextualcards/
DContextualCardFeatureProviderImpl.java27 import androidx.slice.widget.EventInfo;
152 case EventInfo.ACTION_TYPE_CONTENT: in actionTypeToTapTarget()
154 case EventInfo.ACTION_TYPE_TOGGLE: in actionTypeToTapTarget()
156 case EventInfo.ACTION_TYPE_SLIDER: in actionTypeToTapTarget()
/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/logging/
DContextualCardLogUtils.java21 import androidx.slice.widget.EventInfo;
252 case EventInfo.ACTION_TYPE_CONTENT: in actionTypeToTapTarget()
254 case EventInfo.ACTION_TYPE_TOGGLE: in actionTypeToTapTarget()
256 case EventInfo.ACTION_TYPE_SLIDER: in actionTypeToTapTarget()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/homepage/contextualcards/logging/
DContextualCardLogUtils.java21 import androidx.slice.widget.EventInfo;
252 case EventInfo.ACTION_TYPE_CONTENT: in actionTypeToTapTarget()
254 case EventInfo.ACTION_TYPE_TOGGLE: in actionTypeToTapTarget()
256 case EventInfo.ACTION_TYPE_SLIDER: in actionTypeToTapTarget()
/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/slices/
DSliceHalfCardRendererHelper.java32 import androidx.slice.widget.EventInfo;
69 EventInfo.ACTION_TYPE_CONTENT, view.getAdapterPosition()); in bindView()
DSliceDeferredSetupCardRendererHelper.java33 import androidx.slice.widget.EventInfo;
71 EventInfo.ACTION_TYPE_CONTENT, view.getAdapterPosition()); in bindView()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/homepage/contextualcards/slices/
DSliceHalfCardRendererHelper.java32 import androidx.slice.widget.EventInfo;
69 EventInfo.ACTION_TYPE_CONTENT, view.getAdapterPosition()); in bindView()
DSliceDeferredSetupCardRendererHelper.java33 import androidx.slice.widget.EventInfo;
71 EventInfo.ACTION_TYPE_CONTENT, view.getAdapterPosition()); in bindView()
/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/
DSliceTester.java38 import androidx.slice.widget.EventInfo;
155 assertThat(headerType).isEqualTo(EventInfo.ROW_TYPE_SLIDER); in testSettingsSliderSlice()
/packages/apps/Calendar/src/com/android/calendar/month/
DMonthByWeekFragment.java48 import com.android.calendar.CalendarController.EventInfo;
409 public void handleEvent(EventInfo event) { in handleEvent()