Searched refs:setDoneCode (Results 1 – 3 of 3) sorted by relevance
181 mOnDone.setDoneCode(Utils.DONE_EXIT); in onQueryComplete()662 mOnDone.setDoneCode(Utils.DONE_SAVE | Utils.DONE_EXIT); in onActionBarItemSelected()665 mOnDone.setDoneCode(Utils.DONE_REVERT); in onActionBarItemSelected()671 mOnDone.setDoneCode(Utils.DONE_EXIT); in onActionBarItemSelected()674 mOnDone.setDoneCode(Utils.DONE_REVERT); in onActionBarItemSelected()678 mOnDone.setDoneCode(Utils.DONE_REVERT); in onActionBarItemSelected()785 public void setDoneCode(int code) { in setDoneCode() method in EditEventFragment.Done910 mOnDone.setDoneCode(Utils.DONE_SAVE); in onPause()970 mOnDone.setDoneCode(Utils.DONE_SAVE); in handleEvent()
647 mDone.setDoneCode(Utils.DONE_REVERT); in onCancel()657 mDone.setDoneCode(Utils.DONE_REVERT); in onClick()1371 mDone.setDoneCode(Utils.DONE_SAVE | exit); in setCalendarsCursor()1374 mDone.setDoneCode(Utils.DONE_EXIT); in setCalendarsCursor()
1388 public void setDoneCode(int code); in setDoneCode() method