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

  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventFragment.java 159 mOnDone.setDoneCode(Utils.DONE_EXIT);
520 mOnDone.setDoneCode(Utils.DONE_SAVE | Utils.DONE_EXIT);
529 mOnDone.setDoneCode(Utils.DONE_EXIT);
704 if ((mCode & Utils.DONE_EXIT) != 0) {
    [all...]
EditEventView.java     [all...]
  /packages/apps/Calendar/src/com/android/calendar/
Utils.java 69 // And should re run with DONE_EXIT if it should also leave the view, just
71 public static final int DONE_EXIT = 1 << 0;
    [all...]

Completed in 47 milliseconds