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

  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventFragment.java 520 mOnDone.setDoneCode(Utils.DONE_SAVE | Utils.DONE_EXIT);
657 if ((mCode & Utils.DONE_SAVE) != 0 && mModel != null
679 } else if ((mCode & Utils.DONE_SAVE) != 0 && mModel != null && isEmptyNewEvent()) {
707 if ((mCode & Utils.DONE_SAVE) != 0) {
783 mOnDone.setDoneCode(Utils.DONE_SAVE);
    [all...]
EditEventView.java     [all...]
  /packages/apps/Calendar/src/com/android/calendar/
Utils.java 67 public static final int DONE_SAVE = 1 << 1;
    [all...]

Completed in 90 milliseconds