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

  /packages/apps/Calendar/src/com/android/calendar/
CalendarController.java 192 public long extraLong;
199 return ((extraLong & ALL_DAY_MASK) != 0) ? true : false;
208 int response = (int)(extraLong & ATTENTEE_STATUS_MASK);
251 * Pass to the ExtraLong parameter for EventType.CREATE_EVENT to create
257 * Pass to the ExtraLong parameter for EventType.GO_TO to signal the time
333 * @param extraLong default response value for the "simple event view" and all day indication.
338 long startMillis, long endMillis, int x, int y, long extraLong, long selectedMillis) {
340 startMillis, endMillis, x, y, extraLong, selectedMillis, null, -1);
353 * @param extraLong default response value for the "simple event view" and all day indication.
360 long eventId, long startMillis, long endMillis, int x, int y, long extraLong,
    [all...]
DayFragment.java 270 goTo(msg.selectedTime, (msg.extraLong & CalendarController.EXTRA_GOTO_DATE) != 0,
271 (msg.extraLong & CalendarController.EXTRA_GOTO_TODAY) != 0);
DayView.java     [all...]
AllInOneActivity.java     [all...]
  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventActivity.java 159 info.extraLong = CalendarController.EXTRA_CREATE_ALL_DAY;
161 info.extraLong = 0;
EditEventFragment.java 471 mModel.mAllDay = mEvent.extraLong == CalendarController.EXTRA_CREATE_ALL_DAY;
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaFragment.java 329 ((event.extraLong & CalendarController.EXTRA_GOTO_TODAY) != 0 &&
  /packages/apps/Calendar/src/com/android/calendar/month/
MonthByWeekFragment.java 437 boolean animateToday = (event.extraLong & CalendarController.EXTRA_GOTO_TODAY) != 0;
  /libcore/support/src/test/java/tests/resources/x509/
create.sh 36 openssl req -config ${DIR}/default.cnf -new -nodes -batch | openssl x509 -extfile ${DIR}/default.cnf -extensions keyUsage_extraLong_cert -req -signkey /tmp/privkey.pem -outform d > ${DIR}/cert-keyUsage-extraLong.der

Completed in 251 milliseconds