HomeSort by relevance Sort by last modified time
    Searched refs:EventInfo (Results 1 - 8 of 8) sorted by null

  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
SyncCalendarTest.java 28 private EventInfo normalEvent =
29 new EventInfo("normal0", "2008-12-01T00:00:00", "2008-12-02T00:00:00", false);
30 private EventInfo dailyRecurringEvent = new EventInfo("dailyEvent",
64 EventInfo allDayEvent = new EventInfo("allday0", dtStart, dtEnd, true);
85 EventInfo event = new EventInfo(newTitle, dtStart, dtEnd, false);
115 EventInfo event = new EventInfo(title, newDtStart, newDtEnd, false)
    [all...]
CalendarSyncTestingBase.java 96 protected Uri insertEvent(EventInfo event) throws Exception {
107 protected Uri insertEvent(int calendarId, EventInfo event) throws Exception{
141 protected void editEvent(long eventId, EventInfo event) throws Exception {
219 protected class EventInfo {
233 public EventInfo(String title, String startDate, String endDate,
238 public EventInfo(String title, long startDate, long endDate,
249 public EventInfo(String title, long startDate, long endDate,
262 public EventInfo(String title, String startDate, String endDate,
287 public EventInfo(String title, String description, String startDate, String endDate,
293 public EventInfo(String title, String description, String startDate, String endDate
    [all...]
CalendarProvider2Test.java 111 EventInfo eventInfo;
114 eventInfo = findEvent(eventName);
118 Log.i(TAG, "insert " + eventInfo.mTitle);
119 insertEvent(mCalendarId, eventInfo);
413 private class EventInfo {
427 public EventInfo(String title, String startDate, String endDate,
433 public EventInfo(String title, String startDate, String endDate,
458 public EventInfo(String title, String description, String startDate, String endDate,
464 public EventInfo(String title, String description, String startDate, String endDate
    [all...]
  /external/qemu/android/
hw-events.c 20 } EventInfo;
30 static const EventInfo _ev_types_tab[] =
36 static const EventInfo _key_codes_list[] =
43 static const EventInfo _rel_codes_list[] =
48 static const EventInfo _abs_codes_list[] =
60 typedef const EventInfo* EventList;
64 const EventInfo* table;
  /external/libnfc-nxp/src/
phHciNfc_WI.c 657 phHal_sEventInfo_t EventInfo;
686 EventInfo.eventHost = phHal_eHostController;
687 EventInfo.eventSource = phHal_ePICC_DevType;
693 EventInfo.eventType = NFC_EVT_START_OF_TRANSACTION;
698 EventInfo.eventType = NFC_EVT_END_OF_TRANSACTION;
703 EventInfo.eventType = NFC_EVT_TRANSACTION;
704 EventInfo.eventInfo.aid.buffer = (uint8_t *)p_wi_info->aid;
708 EventInfo.eventInfo.aid.length = length - HCP_HEADER_LEN
    [all...]
phHciNfc_SWP.c 586 static phHal_sEventInfo_t EventInfo;
621 EventInfo.eventHost = phHal_eHostController;
622 EventInfo.eventSource = phHal_ePICC_DevType;
626 EventInfo.eventType = NFC_EVT_PROTECTED;
636 NFC_NOTIFY_EVENT, (void*)&EventInfo);
  /packages/apps/Calendar/src/com/android/calendar/
AgendaListView.java 20 import com.android.calendar.AgendaWindowAdapter.EventInfo;
98 // Switch to the EventInfo view
99 EventInfo event = mWindowAdapter.getEventByPosition(position);
139 EventInfo event = mWindowAdapter.getEventByPosition(position);
179 EventInfo event = mWindowAdapter.getEventByPosition(position);
193 EventInfo event = mWindowAdapter.getEventByPosition(position);
AgendaWindowAdapter.java 218 static class EventInfo {
419 public EventInfo getEventByPosition(int position) {
422 EventInfo event = new EventInfo();

Completed in 294 milliseconds