Searched refs:DONE_EXIT (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/event/
H A DEditEventFragment.java181 mOnDone.setDoneCode(Utils.DONE_EXIT);
662 mOnDone.setDoneCode(Utils.DONE_SAVE | Utils.DONE_EXIT);
671 mOnDone.setDoneCode(Utils.DONE_EXIT);
847 if ((mCode & Utils.DONE_EXIT) != 0) {
H A DEditEventView.java1370 int exit = userVisible ? Utils.DONE_EXIT : 0;
1374 mDone.setDoneCode(Utils.DONE_EXIT);
/packages/apps/Calendar/src/com/android/calendar/
H A DUtils.java93 // And should re run with DONE_EXIT if it should also leave the view, just
95 public static final int DONE_EXIT = 1 << 0; field in class:Utils

Completed in 71 milliseconds