Searched refs:ARGS_EXCEPTION_ID (Results 1 – 1 of 1) sorted by relevance
797 private final static String ARGS_EXCEPTION_ID = "ErrorDialog.ExceptionId"; field in AccountCheckSettingsFragment.ErrorDialog812 arguments.putInt(ARGS_EXCEPTION_ID, ex.getExceptionType()); in newInstance()823 final int exceptionId = arguments.getInt(ARGS_EXCEPTION_ID); in onCreateDialog()