Searched refs:DONE_REVERT (Results 1 – 3 of 3) sorted by relevance
665 mOnDone.setDoneCode(Utils.DONE_REVERT); in onActionBarItemSelected()674 mOnDone.setDoneCode(Utils.DONE_REVERT); in onActionBarItemSelected()678 mOnDone.setDoneCode(Utils.DONE_REVERT); in onActionBarItemSelected()
647 mDone.setDoneCode(Utils.DONE_REVERT); in onCancel()657 mDone.setDoneCode(Utils.DONE_REVERT); in onClick()
90 public static final int DONE_REVERT = 1 << 0; field in Utils