Searched refs:AccountSetupOptions (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Email/tests/src/com/android/email/activity/setup/
H A DAccountSetupOptionsTests.java35 * Tests of basic UI logic in the AccountSetupOptions screen.
41 extends ActivityInstrumentationTestCase2<AccountSetupOptions> {
43 private AccountSetupOptions mActivity;
48 super(AccountSetupOptions.class);
/packages/apps/Email/src/com/android/email/activity/setup/
H A DAccountSetupOptions.java55 public class AccountSetupOptions extends AccountSetupActivity implements OnClickListener { class in inherits:AccountSetupActivity,OnClickListener
74 fromActivity.startActivity(new Intent(fromActivity, AccountSetupOptions.class));
232 throw new IllegalStateException("in AccountSetupOptions with null mHostAuthRecv");
261 Context context = AccountSetupOptions.this;
277 AccountSetupOptions.this.runOnUiThread(new Runnable() {
301 new AlertDialog.Builder(AccountSetupOptions.this)
333 AccountSettingsUtils.commitSettings(AccountSetupOptions.this, account);
338 startActivityForResult(intent, AccountSetupOptions.REQUEST_CODE_ACCEPT_POLICIES);
364 AccountSetupOptions context = AccountSetupOptions
[all...]
H A DAccountSetupOutgoing.java36 * the settings as entered. If the account is OK, proceeds to AccountSetupOptions.
112 AccountSetupOptions.actionOptions(this);
H A DAccountSetupExchange.java209 AccountSetupOptions.actionOptions(this);
H A DAccountSetupBasics.java69 * using AccountCheckSettingsFragment. If this succeeds we proceed directly to AccountSetupOptions.
266 // AccountSetupOptions that commits the finally created account.
658 AccountSetupOptions.actionOptions(this);

Completed in 85 milliseconds