HomeSort by relevance Sort by last modified time
    Searched refs:AUTO_DISCOVER_BUNDLE_ERROR_CODE (Results 1 - 3 of 3) sorted by null

  /packages/apps/Email/src/com/android/email/service/
EmailServiceProxy.java 50 public static final String AUTO_DISCOVER_BUNDLE_ERROR_CODE = "autodiscover_error_code";
233 Log.v(TAG, "autoDiscover returns " + bundle.getInt(AUTO_DISCOVER_BUNDLE_ERROR_CODE));
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupCheckSettings.java 167 result.getInt(EmailServiceProxy.AUTO_DISCOVER_BUNDLE_ERROR_CODE);
  /packages/apps/Email/src/com/android/exchange/
EasSyncService.java 552 bundle.putInt(EmailServiceProxy.AUTO_DISCOVER_BUNDLE_ERROR_CODE,
644 bundle.putInt(EmailServiceProxy.AUTO_DISCOVER_BUNDLE_ERROR_CODE,
657 bundle.putInt(EmailServiceProxy.AUTO_DISCOVER_BUNDLE_ERROR_CODE,
660 bundle.putInt(EmailServiceProxy.AUTO_DISCOVER_BUNDLE_ERROR_CODE,
664 bundle.putInt(EmailServiceProxy.AUTO_DISCOVER_BUNDLE_ERROR_CODE,
667 bundle.putInt(EmailServiceProxy.AUTO_DISCOVER_BUNDLE_ERROR_CODE,
    [all...]

Completed in 139 milliseconds