Searched refs:CONFIRM_TYPE (Results 1 – 1 of 1) sorted by relevance
45 public static final String CONFIRM_TYPE = "type"; field in ConfirmFragment65 mType = arg.getInt(CONFIRM_TYPE); in onCreateDialog()113 outState.putInt(CONFIRM_TYPE, mType); in onSaveInstanceState()119 arg.putInt(CONFIRM_TYPE, type); in show()