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

  /packages/apps/Email/src/com/android/email/activity/
MessageList.java 56 Welcome.actionStart(me);
58 Welcome.actionOpenAccountInbox(me, accountId);
Welcome.java 50 * The Welcome activity initializes the application and starts {@link EmailActivity}, or launch
55 public class Welcome extends Activity {
108 Intent i = IntentUtilities.createRestartAppIntent(fromActivity, Welcome.class);
200 if (MailService.hasMismatchInPopImapAccounts(Welcome.this)) {
201 MailService.reconcilePopImapAccountsSync(Welcome.this);
203 Welcome.this.runOnUiThread(new Runnable() {
223 getMenuInflater().inflate(R.menu.welcome, menu);
250 Log.d(Logging.LOG_TAG, "Welcome: Closing self...");
259 * When launching an activity from {@link Welcome}, we always want to set
420 ActivityHelper.showSecurityHoldDialog(Welcome.this, accountId)
    [all...]
EmailActivity.java 216 Welcome.actionStart(this);
267 * In {@link MessageList#onResume()}, we go back to {@link Welcome} if an account
UIControllerBase.java 550 // The account doesn't have Inbox yet... Redirect to Welcome and let it wait for
553 + " to Welcome...");
554 Welcome.actionOpenAccountInbox(mActivity, accountId);
    [all...]
MessageCompose.java 365 Welcome.actionStart(this);
507 Welcome.actionStart(this);
    [all...]
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupNames.java 40 import com.android.email.activity.Welcome;
201 // just rewind back to Welcome, which can handle any configuration of accounts
202 Welcome.actionStart(this);
AccountSetupBasics.java 49 import com.android.email.activity.Welcome;
211 Welcome.actionOpenAccountInbox(this, account.mId);
236 // Swap welcome text for EAS-specific text

Completed in 248 milliseconds