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()
640 mDone.setDoneCode(Utils.DONE_REVERT); in onCancel()650 mDone.setDoneCode(Utils.DONE_REVERT); in onClick()
89 public static final int DONE_REVERT = 1 << 0; field in Utils