Home | History | Annotate | Download | only in calendar

Lines Matching refs:extraLong

193         public long extraLong;
200 return ((extraLong & ALL_DAY_MASK) != 0) ? true : false;
209 int response = (int)(extraLong & ATTENTEE_STATUS_MASK);
252 * Pass to the ExtraLong parameter for EventType.CREATE_EVENT to create
258 * Pass to the ExtraLong parameter for EventType.GO_TO to signal the time
339 * @param extraLong default response value for the "simple event view" and all day indication.
344 long startMillis, long endMillis, int x, int y, long extraLong, long selectedMillis) {
346 startMillis, endMillis, x, y, extraLong, selectedMillis, null, -1);
359 * @param extraLong default response value for the "simple event view" and all day indication.
366 long eventId, long startMillis, long endMillis, int x, int y, long extraLong,
387 info.extraLong = extraLong;
409 * sendEvent() variant with extraLong, search query, and search component name.
412 int viewType, long extraLong, String query, ComponentName componentName) {
413 extraLong, query,
418 long eventId, int viewType, long extraLong, String query, ComponentName componentName) {
428 info.extraLong = extraLong;
495 mDateFlags = event.extraLong;
601 event.extraLong == EXTRA_CREATE_ALL_DAY, event.eventTitle,