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

  /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/
CalendarAppWidgetService.java 45 import com.android.calendar.widget.CalendarAppWidgetModel.EventInfo;
241 final EventInfo eventInfo = mModel.mEventInfos.get(rowInfo.mIndex);
242 if (eventInfo.allDay) {
248 int displayColor = Utils.getDisplayColorFromColor(eventInfo.color);
251 if (!eventInfo.allDay && eventInfo.start <= now && now <= eventInfo.end) {
259 if (!eventInfo.allDay) {
260 updateTextView(views, R.id.when, eventInfo.visibWhen, eventInfo.when)
    [all...]
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/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationBasicEventTests.cpp 48 const VkEventCreateInfo eventInfo =
57 if (VK_SUCCESS != vk.createEvent(device, &eventInfo, DE_NULL, &event))
100 const VkEventCreateInfo eventInfo =
106 const Unique<VkEvent> event (createEvent(vk, device, &eventInfo, DE_NULL));
158 const VkEventCreateInfo eventInfo =
164 const Unique<VkEvent> event (createEvent(vk, device, &eventInfo, DE_NULL));
212 const VkEventCreateInfo eventInfo =
218 const Unique<VkEvent> event (createEvent(vk, device, &eventInfo, DE_NULL));
278 const VkEventCreateInfo eventInfo =
284 const Unique<VkEvent> event (createEvent(vk, device, &eventInfo, DE_NULL))
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
CalendarController.java 146 public static class EventInfo {
268 void handleEvent(EventInfo event);
322 // The current use of this method for VIEW_EVENT is by the day view to show an EventInfo
325 EventInfo.buildViewExtraLong(Attendees.ATTENDEE_STATUS_NONE, false),
368 EventInfo info = new EventInfo();
419 EventInfo info = new EventInfo();
432 public void sendEvent(Object sender, final EventInfo event) {
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
CommandParams.java 99 SetEventListParams(CommandDetails cmdDet, int[] eventInfo) {
101 this.mEventInfo = eventInfo;
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/translit/
TransliteratorInputMethod.java 339 private String eventInfo(AWTEvent event) {
369 if (TRACE_EVENT) System.out.println("TIM: " + eventInfo(event));
378 if (TRACE_EVENT) System.out.println("TIM: " + eventInfo(ke));
392 if (TRACE_EVENT) System.out.println("TIM: " + eventInfo(ke));
  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlertService.java     [all...]
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarProvider2Test.java 189 EventInfo eventInfo;
192 eventInfo = findEvent(eventName);
196 Log.i(TAG, "insert " + eventInfo.mTitle);
197 insertEvent(mCalendarId, eventInfo);
499 private class EventInfo {
516 public EventInfo(String title, String startDate, String endDate,
522 public EventInfo(String title, String startDate, String endDate,
550 public EventInfo(String title, String description, String startDate, String endDate,
556 public EventInfo(String title, String description, String startDate, String endDate
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiObjectManagementTests.cpp 978 const VkEventCreateInfo eventInfo =
985 return createEvent(env.vkd, env.device, &eventInfo, env.allocationCallbacks);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /external/robolectric/v3/runtime/
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 689 milliseconds