Home | History | Annotate | Download | only in setup

Lines Matching defs:mAccount

67     private EmailContent.Account mAccount;
156 mAccount = (EmailContent.Account)getIntent().getParcelableExtra(EXTRA_ACCOUNT);
164 mAccount = (EmailContent.Account)savedInstanceState.getParcelable(EXTRA_ACCOUNT);
169 URI uri = new URI(mAccount.getSenderUri(this));
217 outState.putParcelable(EXTRA_ACCOUNT, mAccount);
254 if (mAccount.isSaved()) {
255 mAccount.update(this, mAccount.toContentValues());
256 mAccount.mHostAuthSend.update(this, mAccount.mHostAuthSend.toContentValues());
258 mAccount.save(this);
264 AccountSetupOptions.actionOptions(this, mAccount, mMakeDefault, false);
295 mAccount.setSenderUri(this, uri.toString());
303 AccountSetupCheckSettings.actionValidateSettings(this, mAccount, false, true);