Home | History | Annotate | Download | only in setup

Lines Matching defs:mAccount

48     private Account mAccount;
67 mAccount = (Account) intent.getParcelableExtra(EXTRA_ACCOUNT);
97 URI uri = new URI(mAccount.getStoreUri(this));
99 mAccount.setStoreUri(this, uri.toString());
106 AccountSetupIncoming.actionIncomingSettings(this, mAccount, mMakeDefault);
116 URI uri = new URI(mAccount.getStoreUri(this));
118 mAccount.setStoreUri(this, uri.toString());
127 mAccount.setDeletePolicy(Account.DELETE_POLICY_ON_DELETE);
128 AccountSetupIncoming.actionIncomingSettings(this, mAccount, mMakeDefault);
139 URI uri = new URI(mAccount.getStoreUri(this));
142 mAccount.setStoreUri(this, uri.toString());
143 mAccount.setSenderUri(this, uri.toString());
151 mAccount.setDeletePolicy(Account.DELETE_POLICY_ON_DELETE);
152 mAccount.setSyncInterval(Account.CHECK_INTERVAL_PUSH);
153 mAccount.setSyncLookback(1);
154 AccountSetupExchange.actionIncomingSettings(this, mAccount, mMakeDefault, easFlowMode,
168 URI uri = new URI(mAccount.getStoreUri(this));