HomeSort by relevance Sort by last modified time
    Searched defs:eventInfo (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/test/functional/perf/endure_graphs/
endure_plotter.js 22 var eventInfo = null;
410 eventInfo = info;
414 if (eventInfo != null) {
415 for (var key in eventInfo['events']) {
424 if ('event' in params && eventInfo != null) {
425 for (var key in eventInfo['events']) {
427 eventInfoToPlot = eventInfo['events'][key];
  /packages/apps/Calendar/tests/src/com/android/calendar/widget/
CalendarAppWidgetServiceTest.java 20 import com.android.calendar.widget.CalendarAppWidgetModel.EventInfo;
109 EventInfo eventInfo = new EventInfo();
110 eventInfo.visibWhen = View.VISIBLE;
111 eventInfo.visibWhere = View.VISIBLE;
112 eventInfo.visibTitle = View.VISIBLE;
113 eventInfo.when = Utils.formatDateRange(getContext(), now + ONE_HOUR, now + TWO_HOURS,
115 eventInfo.where = location;
116 eventInfo.title = title
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/widget/
CalendarAppWidgetModel.java 45 * {@link EventInfo} instance, since a row in the widget might be either a
71 * {@link EventInfo} is a class that represents an event in the widget. It
75 static class EventInfo {
90 public EventInfo() {
99 builder.append("EventInfo [visibTitle=");
148 EventInfo other = (EventInfo) obj;
244 final List<EventInfo> mEventInfos;
257 mEventInfos = new ArrayList<EventInfo>(50);
354 private EventInfo populateEventInfo(long eventId, boolean allDay, long start, long end
    [all...]
  /external/libnfc-nxp/inc/
phNfcHalTypes.h 913 }eventInfo;
    [all...]
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarProvider2Test.java 181 EventInfo eventInfo;
184 eventInfo = findEvent(eventName);
188 Log.i(TAG, "insert " + eventInfo.mTitle);
189 insertEvent(mCalendarId, eventInfo);
491 private class EventInfo {
508 public EventInfo(String title, String startDate, String endDate,
514 public EventInfo(String title, String startDate, String endDate,
542 public EventInfo(String title, String description, String startDate, String endDate,
548 public EventInfo(String title, String description, String startDate, String endDate
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 310 milliseconds