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 181 mOnDone.setDoneCode(Utils.DONE_EXIT);
662 mOnDone.setDoneCode(Utils.DONE_SAVE | Utils.DONE_EXIT);
671 mOnDone.setDoneCode(Utils.DONE_EXIT);
    [all...]
EditEventView.java     [all...]
  /packages/apps/Calendar/src/com/android/calendar/
Utils.java 93 // And should re run with DONE_EXIT if it should also leave the view, just
95 public static final int DONE_EXIT = 1 << 0;
    [all...]

Completed in 64 milliseconds