Searched refs:VALIDATE_BUNDLE_RESULT_CODE (Results 1 – 4 of 4) sorted by relevance
55 public static final String VALIDATE_BUNDLE_RESULT_CODE = "validate_result_code"; field in EmailServiceProxy160 bundle.putInt(VALIDATE_BUNDLE_RESULT_CODE, MessagingException.UNSPECIFIED_EXCEPTION); in validate()165 LogUtils.v(TAG, "validate returns " + bundle.getInt(VALIDATE_BUNDLE_RESULT_CODE)); in validate()
389 int resultCode = bundle.getInt(EmailServiceProxy.VALIDATE_BUNDLE_RESULT_CODE); in doInBackground()
503 bundle.putInt(EmailServiceProxy.VALIDATE_BUNDLE_RESULT_CODE, result); in checkSettings()
188 bundle.putInt(EmailServiceProxy.VALIDATE_BUNDLE_RESULT_CODE, result); in checkSettings()