OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
79
// And should re run with
DONE_EXIT
if it should also leave the view, just
81
public static final int
DONE_EXIT
= 1 << 0;
[
all
...]
Completed in 27 milliseconds