Searched defs:allDay (Results 1 - 12 of 12) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/alerts/
H A DAlertAdapter.java75 boolean allDay = cursor.getInt(AlertActivity.INDEX_ALL_DAY) != 0;
77 updateView(context, view, eventName, location, startMillis, endMillis, allDay);
81 long startMillis, long endMillis, boolean allDay) {
114 if (allDay) {
130 if (!allDay && tz != Time.getCurrentTimezone()) {
80 updateView(Context context, View view, String eventName, String location, long startMillis, long endMillis, boolean allDay) argument
H A DAlertReceiver.java133 boolean highPriority, long startMillis, boolean allDay) {
181 if (!allDay) {
197 if (!allDay && tz != Time.getCurrentTimezone()) {
131 makeNewAlertNotification(Context context, String title, String location, int numReminders, boolean highPriority, long startMillis, boolean allDay) argument
H A DAlertService.java204 final boolean allDay = alertCursor.getInt(ALERT_INDEX_ALL_DAY) != 0;
285 notificationEventAllDay = allDay;
305 boolean quietUpdate, boolean highPriority, long startMillis, boolean allDay) {
321 location, numReminders, highPriority, startMillis, allDay);
303 postNotification(Context context, SharedPreferences prefs, String eventName, String location, int numReminders, boolean quietUpdate, boolean highPriority, long startMillis, boolean allDay) argument
/packages/apps/Calendar/tests/src/com/android/calendar/widget/
H A DCalendarAppWidgetServiceTest.java95 // allDay, begin, end, title, location, eventId
147 // allDay, begin, end, title, location, eventId
284 private Object[] getRow(int allDay, long begin, long end, String title, String location, argument
287 row[CalendarAppWidgetService.INDEX_ALL_DAY] = new Integer(allDay);
/packages/apps/Calendar/src/com/android/calendar/agenda/
H A DAgendaAdapter.java76 boolean allDay; field in class:AgendaAdapter.ViewHolder
128 boolean allDay = cursor.getInt(AgendaWindowAdapter.INDEX_ALL_DAY) != 0;
129 holder.allDay = allDay;
149 if (allDay) {
196 if (allDay) {
207 if (!allDay && !TextUtils.equals(tzString, eventTz)) {
H A DAgendaFragment.java285 showEventInfo(event, vh != null ? vh.allDay : false);
332 private void showEventInfo(EventInfo event, boolean allDay) { argument
347 mOnAttachAllDay = allDay;
357 if (allDay) {
H A DAgendaByDayAdapter.java249 boolean allDay = holder.allDay;
257 if ((!allDay && eventStartTime <= System.currentTimeMillis()) ||
258 (allDay && row.mDay <= mTodayJulianDay)) {
301 boolean allDay = cursor.getInt(AgendaWindowAdapter.INDEX_ALL_DAY) != 0;
302 if (allDay) {
364 instanceId, allDay));
375 endTime, instanceId, allDay));
433 long instanceId, boolean allDay) {
442 mAllDay = allDay;
432 RowInfo(int type, int julianDay, int position, long id, long startTime, long endTime, long instanceId, boolean allDay) argument
467 MultipleDayInfo(int position, int endDay, long id, long startTime, long endTime, long instanceId, boolean allDay) argument
[all...]
/packages/apps/Calendar/tests/src/com/android/calendar/
H A DUtilsTests.java133 Event buildTestEvent(int startTime, int endTime, boolean allDay, int startDay, int endDay) { argument
137 e.allDay = allDay;
/packages/apps/Calendar/src/com/android/calendar/widget/
H A DCalendarAppWidgetModel.java87 boolean allDay; field in class:CalendarAppWidgetModel.EventInfo
125 result = prime * result + (allDay ? 1231 : 1237);
151 if (allDay != other.allDay)
282 final boolean allDay = cursor.getInt(CalendarAppWidgetService.INDEX_ALL_DAY) != 0;
297 if (allDay) {
303 Log.d(TAG, "Row #" + rowId + " allDay:" + allDay + " start:" + start
314 mEventInfos.add(populateEventInfo(eventId, allDay, start, end, startDay, endDay, title,
322 if (allDay) {
354 populateEventInfo(long eventId, boolean allDay, long start, long end, int startDay, int endDay, String title, String location, int color, int selfStatus) argument
[all...]
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
H A DCalendarSyncTestingBase.java234 boolean allDay) {
235 init(title, startDate, endDate, allDay, DEFAULT_TIMEZONE);
239 boolean allDay) {
246 mAllDay = allDay;
250 boolean allDay, String description) {
257 mAllDay = allDay;
263 boolean allDay, String timezone) {
264 init(title, startDate, endDate, allDay, timezone);
268 boolean allDay, String timezone) {
271 if (allDay) {
233 EventInfo(String title, String startDate, String endDate, boolean allDay) argument
238 EventInfo(String title, long startDate, long endDate, boolean allDay) argument
249 EventInfo(String title, long startDate, long endDate, boolean allDay, String description) argument
262 EventInfo(String title, String startDate, String endDate, boolean allDay, String timezone) argument
267 init(String title, String startDate, String endDate, boolean allDay, String timezone) argument
287 EventInfo(String title, String description, String startDate, String endDate, String rrule, boolean allDay) argument
293 EventInfo(String title, String description, String startDate, String endDate, String rrule, boolean allDay, String timezone) argument
298 init(String title, String description, String startDate, String endDate, String rrule, boolean allDay, String timezone) argument
330 EventInfo(String originalTitle, String originalInstance, String title, String description, String startDate, String endDate, boolean allDay) argument
336 init(String originalTitle, String originalInstance, String title, String description, String startDate, String endDate, boolean allDay, String timezone) argument
[all...]
H A DCalendarProvider2Test.java404 boolean allDay = cursor.getInt(allDayColumn) != 0;
407 if (allDay) {
433 boolean allDay; field in class:CalendarProvider2Test.VerifyInstance
454 allDay = time.allDay;
472 if (allDay) {
506 boolean allDay) {
507 init(title, startDate, endDate, allDay, DEFAULT_TIMEZONE);
512 boolean allDay, String timezone) {
513 init(title, startDate, endDate, allDay, timezon
505 EventInfo(String title, String startDate, String endDate, boolean allDay) argument
511 EventInfo(String title, String startDate, String endDate, boolean allDay, String timezone) argument
516 init(String title, String startDate, String endDate, boolean allDay, String timezone) argument
536 EventInfo(String title, String description, String startDate, String endDate, String rrule, boolean allDay) argument
542 EventInfo(String title, String description, String startDate, String endDate, String rrule, boolean allDay, String timezone) argument
547 init(String title, String description, String startDate, String endDate, String rrule, boolean allDay, String timezone) argument
579 EventInfo(String originalTitle, String originalInstance, String title, String description, String startDate, String endDate, boolean allDay) argument
585 init(String originalTitle, String originalInstance, String title, String description, String startDate, String endDate, boolean allDay, String timezone) argument
2482 checkEvent(int eventId, String title, long dtStart, long dtEnd, boolean allDay) argument
[all...]
/packages/apps/Calendar/src/com/android/calendar/
H A DEvent.java118 public boolean allDay; field in class:Event
158 e.allDay = allDay;
179 dest.allDay = allDay;
200 e.allDay = false;
372 e.allDay = cEvents.getInt(PROJECTION_ALL_DAY_INDEX) != 0;
538 Log.e("Cal", "+ allDay = " + allDay);
633 return allDay || endMilli
[all...]

Completed in 166 milliseconds