Home
last modified time | relevance | path

Searched refs:mStoreHost (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Email/src/com/android/email/activity/setup/
DAccountCheckSettingsFragment.java412 final String mStoreHost; field in AccountCheckSettingsFragment.AccountCheckTask
425 mStoreHost = checkAccount.mHostAuthRecv.mAddress; in AccountCheckTask()
479 return new MessagingException(resultCode, mStoreHost); in doInBackground()
483 return new MessagingException(resultCode, mStoreHost, data); in doInBackground()