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