HomeSort by relevance Sort by last modified time
    Searched defs:AccountSetupOptions (Results 1 - 4 of 4) sorted by null

  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupOutgoing.java 36 * the settings as entered. If the account is OK, proceeds to AccountSetupOptions.
112 AccountSetupOptions.actionOptions(this);
AccountSetupExchange.java 209 AccountSetupOptions.actionOptions(this);
AccountSetupOptions.java 56 public class AccountSetupOptions extends AccountSetupActivity implements OnClickListener {
75 fromActivity.startActivity(new Intent(fromActivity, AccountSetupOptions.class));
234 throw new IllegalStateException("in AccountSetupOptions with null mHostAuthRecv");
263 Context context = AccountSetupOptions.this;
279 AccountSetupOptions.this.runOnUiThread(new Runnable() {
303 new AlertDialog.Builder(AccountSetupOptions.this)
335 AccountSettingsUtils.commitSettings(AccountSetupOptions.this, account);
340 startActivityForResult(intent, AccountSetupOptions.REQUEST_CODE_ACCEPT_POLICIES);
366 AccountSetupOptions context = AccountSetupOptions.this
    [all...]
AccountSetupBasics.java 69 * using AccountCheckSettingsFragment. If this succeeds we proceed directly to AccountSetupOptions.
266 // AccountSetupOptions that commits the finally created account.
658 AccountSetupOptions.actionOptions(this);

Completed in 621 milliseconds